diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-04-25 13:11:51 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-06-18 00:27:08 +0200 |
commit | d29098865fff13b39d27d826ba988402ac948728 (patch) | |
tree | 72885428e0b5db472d4f6518a368e63d6aca65ea /ChangeLog | |
parent | e09ce48efdefed551bbac853f2477d0f40f1ac30 (diff) |
2007-04-25 Thomas Schwinge <tschwinge@gnu.org>
* linux/pcmcia-cs/glue/ds.c (kmalloc, kfree): Call `linux_kmalloc',
respective `linux_kfree' instead.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2007-04-25 Thomas Schwinge <tschwinge@gnu.org> + * linux/pcmcia-cs/glue/ds.c (kmalloc, kfree): Call `linux_kmalloc', + respective `linux_kfree' instead. + * kern/kalloc.h (kalloc, kget, kfree, kalloc_init): List the arguments. 2007-04-24 Michael Casadevall <sonicmctails@gmail.com> |