Update of /cvsroot/linux-vax/kernel-2.4/arch/vax
In directory usw-pr-cvs1:/tmp/cvs-serv6505
Modified Files:
config.in
Log Message:
CONFIG_DEBUG_MALLOC is dead
Index: config.in
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.4/arch/vax/config.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- config.in 2001/02/22 22:15:07 1.4
+++ config.in 2001/06/16 19:42:11 1.5
@@ -163,7 +163,8 @@
mainmenu_option next_comment
comment 'Kernel hacking'
-bool 'Debug kmalloc/kfree' CONFIG_DEBUG_MALLOC
+# This appears to have died.
+#bool 'Debug kmalloc/kfree' CONFIG_DEBUG_MALLOC
bool 'Magic SysRq key' CONFIG_MAGIC_SYSRQ
bool 'Kernel profiling support' CONFIG_PROFILE
if [ "$CONFIG_PROFILE" = "y" ]; then
|