projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6dc247
)
x86: removed unused variable
author
Glauber de Oliveira Costa
<gcosta@redhat.com>
Wed, 30 Jan 2008 12:31:12 +0000
(13:31 +0100)
committer
Ingo Molnar
<mingo@elte.hu>
Wed, 30 Jan 2008 12:31:12 +0000
(13:31 +0100)
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>
include/asm-x86/desc_64.h
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-x86/desc_64.h
b/include/asm-x86/desc_64.h
index 4d67f61b4c23f54e0a0b44293fc874332c2c9494..8bd84a4ef2d5d68978b9630911b81d5f4f224f57 100644
(file)
--- 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[];