From: Robert Richter Date: Fri, 22 Aug 2008 18:23:37 +0000 (+0200) Subject: x86: fix: do not run code in amd_bus.c on non-AMD CPUs X-Git-Tag: v2.6.27-rc5~34^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b4e27b52853c5da77e61a4e36fbc40688b7a829;p=pandora-kernel.git x86: fix: do not run code in amd_bus.c on non-AMD CPUs Jan Beulich wrote: > Even worse - this would even try to access the MSR on non-AMD CPUs > (currently probably prevented just by the fact that only AMD ones use > family values of 0x10 or higher). This patch adds cpu vendor check to the postcore_initcalls. Reported-by: Jan Beulich Signed-off-by: Robert Richter Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed