diff options
author | Richard Braun <rbraun@sceen.net> | 2014-09-03 20:53:20 +0200 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2014-09-03 20:53:20 +0200 |
commit | 47e2ed1c50c05f1a3a167f6efbbe65a306604fa0 (patch) | |
tree | c58023259e7d964e8f69b8420ea78d9b9d0a729e /arch/x86/machine/cpu.h | |
parent | dbbd040f4eedf75671bb55d3fb3a4bf398c6750c (diff) |
x86/cpu: move cpu_load_gdt() to the init section
Diffstat (limited to 'arch/x86/machine/cpu.h')
-rw-r--r-- | arch/x86/machine/cpu.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/x86/machine/cpu.h b/arch/x86/machine/cpu.h index 07dd98db..08420ac6 100644 --- a/arch/x86/machine/cpu.h +++ b/arch/x86/machine/cpu.h @@ -589,12 +589,6 @@ cpu_delay(unsigned long usecs) unsigned long cpu_get_boot_stack(void); /* - * Set the given GDT for the current processor, and reload its segment - * registers. - */ -void cpu_load_gdt(struct cpu *cpu, struct cpu_pseudo_desc *gdtr); - -/* * Install an interrupt handler in the IDT. */ void cpu_idt_set_gate(unsigned int vector, void (*isr)(void)); |