From: Paul Jackson Date: Sun, 22 Jun 2008 14:22:02 +0000 (-0700) Subject: x86 boot: x86_64 efi compiler warning fix X-Git-Tag: v2.6.27-rc1~1106^2~195 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05486fa7e631a3be31a0bbc5a575a389a1609e94;p=pandora-kernel.git x86 boot: x86_64 efi compiler warning fix Fix a compiler warning. Rather than always casting a u32 to a pointer (which generates a warning on x86_64 systems) instead separate the x86_32 and x86_64 assignments entirely with ifdefs. Until other recent changes to this code, it used to have x86_64 separated like this. Signed-off-by: Paul Jackson Cc: "Yinghai Lu" Cc: "Jack Steiner" Cc: "Mike Travis" Cc: "Huang Cc: Ying" Cc: "Andi Kleen" Cc: "Andrew Morton" Cc: Paul Jackson Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed