Skip to content

Commit

Permalink
x86_64: prepare shared kernel/verify_cpu.S
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Thomas Gleixner committed Oct 11, 2007
1 parent 977d565 commit e0a84f6
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion arch/x86_64/boot/compressed/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ no_longmode:
hlt
jmp 1b

#include "../../kernel/verify_cpu.S"
#include "../../kernel/verify_cpu_64.S"

/* Be careful here startup_64 needs to be at a predictable
* address so I can export it in an ELF header. Bootloaders
Expand Down
2 changes: 1 addition & 1 deletion arch/x86_64/kernel/acpi/wakeup.S
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ no_longmode:
movb $0xbc,%al ; outb %al,$0x80
jmp no_longmode

#include "../verify_cpu.S"
#include "../verify_cpu_64.S"

/* This code uses an extended set of video mode numbers. These include:
* Aliases for standard modes
Expand Down
2 changes: 1 addition & 1 deletion arch/x86_64/kernel/trampoline_64.S
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ startup_64:
no_longmode:
hlt
jmp no_longmode
#include "verify_cpu.S"
#include "verify_cpu_64.S"

# Careful these need to be in the same 64K segment as the above;
tidt:
Expand Down
File renamed without changes.

0 comments on commit e0a84f6

Please sign in to comment.