diff --git a/[refs] b/[refs] index 37c33ec71c4d..10f083980962 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1f1014896d0ddf26ae03c12c21f73706e8461013 +refs/heads/master: 5fe4486c79cdc8dbbb2a9c3f884a5ad0830a5a23 diff --git a/trunk/arch/i386/kernel/head.S b/trunk/arch/i386/kernel/head.S index 7c52b222207e..8f0382161c91 100644 --- a/trunk/arch/i386/kernel/head.S +++ b/trunk/arch/i386/kernel/head.S @@ -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