summaryrefslogtreecommitdiff
path: root/arch/x86/machine/cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/machine/cpu.c')
-rw-r--r--arch/x86/machine/cpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/machine/cpu.c b/arch/x86/machine/cpu.c
index 6263e185..4746c5f9 100644
--- a/arch/x86/machine/cpu.c
+++ b/arch/x86/machine/cpu.c
@@ -414,7 +414,7 @@ cpu_idt_set_double_fault(void (*isr)(void))
static void
cpu_load_idt(void)
{
- static volatile struct cpu_pseudo_desc idtr; /* TODO Review this */
+ struct cpu_pseudo_desc idtr;
idtr.address = (unsigned long)cpu_idt;
idtr.limit = sizeof(cpu_idt) - 1;