]> git.baikalelectronics.ru Git - kernel.git/commit
x86: move early exception handlers into init.text
authorAndi Kleen <andi@firstfloor.org>
Tue, 11 Mar 2008 01:23:21 +0000 (02:23 +0100)
committerIngo Molnar <mingo@elte.hu>
Thu, 17 Apr 2008 15:41:29 +0000 (17:41 +0200)
commit77b371b837b01d3d2fc2d27bce76ad2add6ba2fd
treeed048f50c93f3497dd52c0096a17d5a118547882
parentde8ff90b886aced72c06a4322d1c34b9efcedc70
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 <ak@suse.de>
Cc: mingo@elte.hu
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/head_64.S