summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2006-11-05 21:45:57 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-06-18 00:26:51 +0200
commit3b5f6587167d4a14ae00f3dde4911224bd6b7660 (patch)
treeccc312283bae29040a2818cbf3a2b3bc92e10b85 /ChangeLog
parent8e97e316dd85f86cfc194f4d79bda02e25090ea5 (diff)
ChangeLog fixups.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f560521..50e44d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,8 @@
[task #5878 --- ``Backport code from GNU Mach's trunk to
gnumach-1-branch: i386_set_gdt, i386_get_gdt'']
+ [sync from HEAD, 2002-10-03]
+
* i386/include/mach/i386/mach_i386.defs (i386_set_gdt, i386_get_gdt):
New routines.
* i386/i386/user_ldt.c (i386_set_gdt, i386_get_gdt): New functions.
@@ -19,7 +21,7 @@
* i386/i386/thread.h: Include `gdt.h'.
(struct i386_machine_state): New member `user_gdt'.
* i386/i386/pcb.c (switch_ktss): Copy those slots into the GDT.
- * linux/dev/include/linux/head.h: New file.
+ * linux/src/include/linux/head.h (idt,gdt): Remove extern declaration.
2006-11-05 Samuel Thibault <samuel.thibault@ens-lyon.org>