From: Andi Kleen Date: Tue, 11 Mar 2008 01:23:21 +0000 (+0100) Subject: x86: move early exception handlers into init.text X-Git-Tag: v2.6.26-rc1~1154^2~118 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41bd4eac748f39d7f3ed770fae3e595a747172bd;p=pandora-kernel.git x86: move early exception handlers into init.text Currently they are in .text.head because the rest of head_64.S. .text.head is not removed as init data, but the early exception handlers should be because they are not needed after early boot of the BP. So move them over. Signed-off-by: Andi Kleen Cc: mingo@elte.hu Signed-off-by: Thomas Gleixner Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed