x86, Voyager: fix compile by lifting the degeneracy of phys_cpu_present_map
authorJames Bottomley <James.Bottomley@HansenPartnership.com>
Mon, 23 Feb 2009 21:34:47 +0000 (21:34 +0000)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 24 Feb 2009 20:50:11 +0000 (12:50 -0800)
commitddf9499b3d1e655f212f22b0a703506fcac90b25
treeb4465e4702de4f0b15f1115457ed03f0dbbc685d
parent954a8b8162ecab1d5ddf6c5b993b2d4da3fcaef7
x86, Voyager: fix compile by lifting the degeneracy of phys_cpu_present_map

This was changed to a physmap_t giving a clashing symbol redefinition,
but actually using a physmap_t consumes rather a lot of space on x86,
so stick with a private copy renamed with a voyager_ prefix and made
static.  Nothing outside of the Voyager code uses it, anyway.

Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
arch/x86/mach-voyager/voyager_smp.c