x86: change naming of cpu_initialized_mask for xen
commitecaa6c9de759259c5ba517e5442e26452d49107e
authorGlauber Costa <gcosta@redhat.com>
Thu, 27 Mar 2008 17:06:03 +0000 (27 14:06 -0300)
committerIngo Molnar <mingo@elte.hu>
Thu, 17 Apr 2008 15:41:32 +0000 (17 17:41 +0200)
tree7971c80edde294404d78545a1409bfa16fc52658
parenta9c057c1d1b1080a01004ecac54308365e167b83
x86: change naming of cpu_initialized_mask for xen

xen does not use the global cpu_initialized mask, but rather,
a specific one. So we change its name so it won't conflict with the upcoming
movement of cpu_initialized_mask from smp_64.h to smp_32.h.

Signed-off-by: Glauber Costa <gcosta@redhat.com>
CC: Jeremy Fitzhardinge <jeremy@goop.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/xen/smp.c