From: Petr Vandrovec Date: Sun, 12 Oct 2008 08:51:03 +0000 (+0200) Subject: x86: fix early panic on amd64 due to typo in supported CPU section X-Git-Tag: v2.6.28-rc1~703^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb58ffc3889f0545628f138f849e759a331b8ddc;p=pandora-kernel.git x86: fix early panic on amd64 due to typo in supported CPU section Do not crash when enumerating supported CPU architectures SECURITY_INIT somehow ended up in x86_cpu_dev.init section. That caused printk in code which prints supported architectures to hit #GP due to non-canonical address being used. Signed-off-by: Petr Vandrovec Cc: thomas.petazzoni@free-electrons.com Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed