diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2006-11-05 21:45:57 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-06-18 00:26:51 +0200 |
commit | 3b5f6587167d4a14ae00f3dde4911224bd6b7660 (patch) | |
tree | ccc312283bae29040a2818cbf3a2b3bc92e10b85 /linux/src/include | |
parent | 8e97e316dd85f86cfc194f4d79bda02e25090ea5 (diff) |
ChangeLog fixups.
Diffstat (limited to 'linux/src/include')
-rw-r--r-- | linux/src/include/linux/head.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linux/src/include/linux/head.h b/linux/src/include/linux/head.h index 3829b1c..c501f21 100644 --- a/linux/src/include/linux/head.h +++ b/linux/src/include/linux/head.h @@ -5,7 +5,8 @@ typedef struct desc_struct { unsigned long a,b; } desc_table[256]; -extern desc_table idt,gdt; +/* XXX Linux code shouldn't use idt/gdt directly */ +/* extern desc_table idt,gdt; */ #define GDT_NUL 0 #define GDT_CODE 1 |