i386: Fix start_kernel warning

Fix

WARNING: vmlinux.o(.text+0x183): Section mismatch: reference to .init.text:start_kernel (between 'is386' and 'check_x87')

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by Andi Kleen and committed by Linus Torvalds 5fe4486c 1f101489

+1 -3
+1 -3
arch/i386/kernel/head.S
··· 162 162 * which will be freed later 163 163 */ 164 164 165 - #ifdef CONFIG_HOTPLUG_CPU 166 - .section .text,"ax",@progbits 167 - #else 165 + #ifndef CONFIG_HOTPLUG_CPU 168 166 .section .init.text,"ax",@progbits 169 167 #endif 170 168