Code Review
/
linux-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
raw
| inline |
side by side
[PATCH] x86_64: Some cleanup in setup64.c
[linux-2.6.git]
/
include
/
asm-x86_64
/
desc.h
diff --git
a/include/asm-x86_64/desc.h
b/include/asm-x86_64/desc.h
index 6aefb9c0280d5d82c1c58592d0f7cb31207840d0..c89b58bebee24619f9ae2b5ad903b752f5e1ec12 100644
(file)
--- a/
include/asm-x86_64/desc.h
+++ b/
include/asm-x86_64/desc.h
@@
-75,6
+75,7
@@
struct desc_ptr {
*/
extern struct desc_struct default_ldt[];
extern struct gate_struct idt_table[];
+extern struct desc_ptr cpu_gdt_descr[];
static inline void _set_gate(void *adr, unsigned type, unsigned long func, unsigned dpl, unsigned ist)
{