commit | 3b32f574a032bb5c93957317bd4ce5c3397d5a7b | [log] [tgz] |
---|---|---|
author | Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> | Thu Aug 13 12:50:37 2009 -0700 |
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Mon Oct 18 10:41:44 2010 -0400 |
tree | 91cfba0cb671b7bf02a956303da87629ed239225 | |
parent | 1a60d05f40882303dad13f8f0e077e2e49ea8996 [diff] |
xen: statically initialize cpu_evtchn_mask_p Sometimes cpu_evtchn_mask_p can get used early, before it has been allocated. Statically initialize it with an initdata version to catch any early references. Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>