patch-2.4.19 linux-2.4.19/kernel/printk.c
Next file: linux-2.4.19/kernel/ptrace.c
Previous file: linux-2.4.19/kernel/pm.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Fri Aug  2 17:39:46 2002
-  Orig file: 
linux-2.4.18/kernel/printk.c
-  Orig date: 
Mon Feb 25 11:38:13 2002
diff -urN linux-2.4.18/kernel/printk.c linux-2.4.19/kernel/printk.c
@@ -29,7 +29,7 @@
 
 #include <asm/uaccess.h>
 
-#ifdef CONFIG_MULTIQUAD
+#if defined(CONFIG_MULTIQUAD) || defined(CONFIG_IA64)
 #define LOG_BUF_LEN	(65536)
 #elif defined(CONFIG_ARCH_S390)
 #define LOG_BUF_LEN	(131072)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)