Commit 5fe4486c authored by Andi Kleen's avatar Andi Kleen Committed by Linus Torvalds
Browse files

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: default avatarAndi Kleen <ak@suse.de>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 1f101489
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -162,9 +162,7 @@ page_pde_offset = (__PAGE_OFFSET >> 20);
 * which will be freed later
 */

#ifdef CONFIG_HOTPLUG_CPU
.section .text,"ax",@progbits
#else
#ifndef CONFIG_HOTPLUG_CPU
.section .init.text,"ax",@progbits
#endif