From: Ingo Molnar Date: Fri, 19 Dec 2008 00:36:14 +0000 (+0100) Subject: x86: fix warning in arch/x86/kernel/microcode_amd.c X-Git-Tag: v2.6.29-rc1~587^2~4^16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f34a10bd9f8cc95ebdc69a079db195636b2e22e0;p=pandora-kernel.git x86: fix warning in arch/x86/kernel/microcode_amd.c this warning: arch/x86/kernel/microcode_amd.c: In function ‘apply_microcode_amd’: arch/x86/kernel/microcode_amd.c:163: warning: cast from pointer to integer of different size arch/x86/kernel/microcode_amd.c:163: warning: cast from pointer to integer of different size triggers because we want to pass the address to the microcode MSR, which is 64-bit even on 32-bit. Cast it explicitly to express this. Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed