From: James Bottomley Date: Mon, 23 Feb 2009 21:34:47 +0000 (+0000) Subject: x86, Voyager: fix compile by lifting the degeneracy of phys_cpu_present_map X-Git-Tag: v2.6.29-rc7~24^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ddf9499b3d1e655f212f22b0a703506fcac90b25;p=pandora-kernel.git 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 Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed