xen: statically initialize cpu_evtchn_mask_p
authorJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Thu, 13 Aug 2009 19:50:37 +0000 (12:50 -0700)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Mon, 18 Oct 2010 14:41:44 +0000 (10:41 -0400)
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>

No differences found