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, 0 insertions, 2 deletions
diff --git a/arch/x86/boot/compressed/head_64.S b/arch/x86/boot/compressed/head_64.S index 4135d438b662..2bb500af1bd7 100644 --- a/arch/x86/boot/compressed/head_64.S +++ b/arch/x86/boot/compressed/head_64.S | |||
@@ -226,10 +226,8 @@ ENTRY(startup_64) | |||
226 | leaq startup_32(%rip) /* - $startup_32 */, %rbp | 226 | leaq startup_32(%rip) /* - $startup_32 */, %rbp |
227 | addq $(PMD_PAGE_SIZE - 1), %rbp | 227 | addq $(PMD_PAGE_SIZE - 1), %rbp |
228 | andq $PMD_PAGE_MASK, %rbp | 228 | andq $PMD_PAGE_MASK, %rbp |
229 | movq %rbp, %rbx | ||
230 | #else | 229 | #else |
231 | movq $LOAD_PHYSICAL_ADDR, %rbp | 230 | movq $LOAD_PHYSICAL_ADDR, %rbp |
232 | movq %rbp, %rbx | ||
233 | #endif | 231 | #endif |
234 | 232 | ||
235 | /* Target address to relocate to for decompression */ | 233 | /* Target address to relocate to for decompression */ |