Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

Advertisement
[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Advertisement

Kernel v2.4.19 /kernel/printk.c

Filename:/kernel/printk.c
Lines Added:1
Lines Deleted:1
Also changed in: (Previous) 2.4.19-rc5-ac1  2.4.19-rc5  2.4.19-rc4  2.4.19-rc3-ac5  2.4.19-rc3-ac4  2.4.19-rc3-ac3 
(Following) 2.4.19-ac1  2.4.19-ac2  2.4.19-ac3  2.4.19-ac4  2.4.20-pre1-ac1  2.4.20-pre1-ac2 

Location
[  2.4.19
  [  kernel
     o  printk.c

Patch

diff -urN linux-2.4.18/kernel/printk.c linux-2.4.19/kernel/printk.c
--- linux-2.4.18/kernel/printk.c   Mon Feb 25 11:38:13 2002
+++ linux-2.4.19/kernel/printk.c   Fri Aug  2 17:39:46 2002
@@ -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)


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.