summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlfred M. Szmidt <ams@gnu.org>2004-12-01 06:10:11 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-06-18 00:15:26 +0200
commit8f95dc8729437a6546a3777106f64d1c671d8ac3 (patch)
tree806d93a10c23bc2eda42628ba3fcbd29009b8a48 /ChangeLog
parent7e2c3175d713af0d7ce14182fc188a24df176d36 (diff)
2004-09-07 Neal H. Walfield <neal@cs.uml.edu>
* linux/dev/glue/block.c (__brelse): Unconditionally kfree BH. (getblk): Unconditionally kalloc BH. * kern/kalloc.c [!NDEBUG] (kalloc_init_called): New static variable. (kalloc_init): Assert that kalloc_init_called is zero. [! NDEBUG] Set kalloc_init_called to 1 on success. (kalloc): Assert that kalloc_init_called is non-zero. (kget): Likewise. (kfree): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fe02ea8..5db127c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2004-09-07 Neal H. Walfield <neal@cs.uml.edu>
+
+ * linux/dev/glue/block.c (__brelse): Unconditionally kfree BH.
+ (getblk): Unconditionally kalloc BH.
+
+ * kern/kalloc.c [!NDEBUG] (kalloc_init_called): New static
+ variable.
+ (kalloc_init): Assert that kalloc_init_called is zero.
+ [! NDEBUG] Set kalloc_init_called to 1 on success.
+ (kalloc): Assert that kalloc_init_called is non-zero.
+ (kget): Likewise.
+ (kfree): Likewise.
+
2004-11-22 Guillem Jover <guillem@hadrons.org>
* i386/i386/locore.S (discover_x86_cpu_type): Enable function.