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 cff3d1dc5dd4..49467640751f 100644 --- a/arch/x86/boot/compressed/head_64.S +++ b/arch/x86/boot/compressed/head_64.S | |||
@@ -174,7 +174,7 @@ no_longmode: | |||
174 | hlt | 174 | hlt |
175 | jmp 1b | 175 | jmp 1b |
176 | 176 | ||
177 | #include "../../../x86_64/kernel/verify_cpu_64.S" | 177 | #include "../../kernel/verify_cpu_64.S" |
178 | 178 | ||
179 | /* Be careful here startup_64 needs to be at a predictable | 179 | /* Be careful here startup_64 needs to be at a predictable |
180 | * address so I can export it in an ELF header. Bootloaders | 180 | * address so I can export it in an ELF header. Bootloaders |