summaryrefslogtreecommitdiff
path: root/arch/x86/machine/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/machine/cpu.h')
-rw-r--r--arch/x86/machine/cpu.h6
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));