From: Yinghai Lu Date: Thu, 24 Jan 2013 20:20:00 +0000 (-0800) Subject: x86, boot: Move verify_cpu.S and no_longmode down X-Git-Tag: v3.9-rc1~105^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=187a8a73cee295b9407de0d6bfba65471a1f39d6;p=pandora-kernel.git x86, boot: Move verify_cpu.S and no_longmode down We need to move some code to 32bit section in following patch: x86, boot: Move lldt/ltr out of 64bit code section but that will push startup_64 down from 0x200. According to hpa, we can not change startup_64 position and that is an ABI. We could move function verify_cpu and no_longmode down, because verify_cpu is used via function call and no_longmode will not return, then we don't need to add extra code for jumping back. Signed-off-by: Yinghai Lu Link: http://lkml.kernel.org/r/1359058816-7615-20-git-send-email-yinghai@kernel.org Cc: Matt Fleming Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed