From: Glauber de Oliveira Costa Date: Wed, 30 Jan 2008 12:31:12 +0000 (+0100) Subject: x86: removed unused variable X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=7e6ebe1432b04c2980cd030c9f0d1ed480e1fe4d;p=deliverable%2Flinux.git x86: removed unused variable This variable is not used anywere, and is then removed Signed-off-by: Glauber de Oliveira Costa Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- 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) #define store_tr(tr) (tr) = __store_tr() -/* - * This is the ldt that every process will get unless we need - * something other than this. - */ -extern struct desc_struct default_ldt[]; extern struct gate_struct idt_table[]; extern struct desc_ptr cpu_gdt_descr[];