aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/head_32.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/head_32.S')
-rw-r--r--arch/x86/kernel/head_32.S4
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 */
2253:
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
2696: 2716:
270#endif /* CONFIG_SMP */
2713:
272 272
273/* 273/*
274 * Enable paging 274 * Enable paging