diff options
Diffstat (limited to 'arch/x86/kernel/head_32.S')
-rw-r--r-- | arch/x86/kernel/head_32.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/kernel/head_32.S b/arch/x86/kernel/head_32.S index 7b9b2566b7a8..a2b6331434da 100644 --- a/arch/x86/kernel/head_32.S +++ b/arch/x86/kernel/head_32.S | |||
@@ -221,6 +221,8 @@ ENTRY(startup_32_smp) | |||
221 | movl %eax,%es | 221 | movl %eax,%es |
222 | movl %eax,%fs | 222 | movl %eax,%fs |
223 | movl %eax,%gs | 223 | movl %eax,%gs |
224 | #endif /* CONFIG_SMP */ | ||
225 | 3: | ||
224 | 226 | ||
225 | /* | 227 | /* |
226 | * New page tables may be in 4Mbyte page mode and may | 228 | * New page tables may be in 4Mbyte page mode and may |
@@ -267,8 +269,6 @@ ENTRY(startup_32_smp) | |||
267 | wrmsr | 269 | wrmsr |
268 | 270 | ||
269 | 6: | 271 | 6: |
270 | #endif /* CONFIG_SMP */ | ||
271 | 3: | ||
272 | 272 | ||
273 | /* | 273 | /* |
274 | * Enable paging | 274 | * Enable paging |