diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-04-25 13:59:03 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-06-18 00:27:08 +0200 |
commit | 7566156add4e81731bfb24e8dc891447c97b06d0 (patch) | |
tree | f23263d80a14155b8beef68ba774de32f6bdada6 /ChangeLog | |
parent | a9b0cc13914324b0d4fa347c107d82166f3b1555 (diff) |
2007-04-25 Thomas Schwinge <tschwinge@gnu.org>
[task #5878 --- ``Backport code from GNU Mach's trunk to
gnumach-1-branch: i386_set_gdt, i386_get_gdt'']
* i386/include/mach/i386/mach_i386.defs (i386_set_gdt, i386_get_gdt):
Shift by two to maintain rpc id compatibility with OSKit-Mach.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,7 +1,12 @@ 2007-04-25 Thomas Schwinge <tschwinge@gnu.org> - * linux/dev/glue/kmem.c (vmalloc_list_remove): Cast first argument in - the `kfree' call to what is expected. + [task #5878 --- ``Backport code from GNU Mach's trunk to + gnumach-1-branch: i386_set_gdt, i386_get_gdt''] + * i386/include/mach/i386/mach_i386.defs (i386_set_gdt, i386_get_gdt): + Shift by two to maintain rpc id compatibility with OSKit-Mach. + + * linux/dev/glue/kmem.c (vmalloc_list_remove): Cast the first argument + in the `kfree' call to what is expected. * linux/pcmcia-cs/glue/ds.c (kmalloc, kfree): Call `linux_kmalloc', respective `linux_kfree' instead. |