aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGlauber de Oliveira Costa <gcosta@redhat.com>2008-01-30 07:31:12 -0500
committerIngo Molnar <mingo@elte.hu>2008-01-30 07:31:12 -0500
commit7e6ebe1432b04c2980cd030c9f0d1ed480e1fe4d (patch)
tree872110ce42729ab5b0af197c6c0ddc50f44caf59 /include
parentf6dc247cac1a8ee64e59019c3b948d23f3b1a36f (diff)
x86: removed unused variable
This variable is not used anywere, and is then removed Signed-off-by: Glauber de Oliveira Costa <gcosta@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include')
-rw-r--r--include/asm-x86/desc_64.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/asm-x86/desc_64.h b/include/asm-x86/desc_64.h
index 4d67f61b4c23..8bd84a4ef2d5 100644
--- a/include/asm-x86/desc_64.h
+++ b/include/asm-x86/desc_64.h
@@ -30,11 +30,6 @@ static inline unsigned long __store_tr(void)
30 30
31#define store_tr(tr) (tr) = __store_tr() 31#define store_tr(tr) (tr) = __store_tr()
32 32
33/*
34 * This is the ldt that every process will get unless we need
35 * something other than this.
36 */
37extern struct desc_struct default_ldt[];
38extern struct gate_struct idt_table[]; 33extern struct gate_struct idt_table[];
39extern struct desc_ptr cpu_gdt_descr[]; 34extern struct desc_ptr cpu_gdt_descr[];
40 35