diff options
Diffstat (limited to 'arch/x86/boot/compressed/head_64.S')
-rw-r--r-- | arch/x86/boot/compressed/head_64.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/boot/compressed/head_64.S b/arch/x86/boot/compressed/head_64.S index c1d383d1fb7e..16f24e6dad79 100644 --- a/arch/x86/boot/compressed/head_64.S +++ b/arch/x86/boot/compressed/head_64.S | |||
@@ -52,7 +52,7 @@ ENTRY(startup_32) | |||
52 | jnz 1f | 52 | jnz 1f |
53 | 53 | ||
54 | cli | 54 | cli |
55 | movl $(__KERNEL_DS), %eax | 55 | movl $(__BOOT_DS), %eax |
56 | movl %eax, %ds | 56 | movl %eax, %ds |
57 | movl %eax, %es | 57 | movl %eax, %es |
58 | movl %eax, %ss | 58 | movl %eax, %ss |