commit | ecaa6c9de759259c5ba517e5442e26452d49107e | [log] [tgz] |
---|---|---|
author | Glauber Costa <gcosta@redhat.com> | Thu Mar 27 14:06:03 2008 -0300 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Apr 17 17:41:32 2008 +0200 |
tree | 7971c80edde294404d78545a1409bfa16fc52658 | |
parent | a9c057c1d1b1080a01004ecac54308365e167b83 [diff] |
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>