Skip to content

Commit

Permalink
x86: removed unused variable
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Glauber de Oliveira Costa authored and Ingo Molnar committed Jan 30, 2008
1 parent f6dc247 commit 7e6ebe1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions include/asm-x86/desc_64.h
Original file line number Diff line number Diff line change
Expand Up @@ -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[];

Expand Down

0 comments on commit 7e6ebe1

Please sign in to comment.