Loading arch/i386/kernel/head.S +1 −3 Original line number Original line Diff line number Diff line Loading @@ -162,9 +162,7 @@ page_pde_offset = (__PAGE_OFFSET >> 20); * which will be freed later * which will be freed later */ */ #ifdef CONFIG_HOTPLUG_CPU #ifndef CONFIG_HOTPLUG_CPU .section .text,"ax",@progbits #else .section .init.text,"ax",@progbits .section .init.text,"ax",@progbits #endif #endif Loading Loading
arch/i386/kernel/head.S +1 −3 Original line number Original line Diff line number Diff line Loading @@ -162,9 +162,7 @@ page_pde_offset = (__PAGE_OFFSET >> 20); * which will be freed later * which will be freed later */ */ #ifdef CONFIG_HOTPLUG_CPU #ifndef CONFIG_HOTPLUG_CPU .section .text,"ax",@progbits #else .section .init.text,"ax",@progbits .section .init.text,"ax",@progbits #endif #endif Loading