Commit 97c345f1 authored by Martin Schwidefsky's avatar Martin Schwidefsky Committed by James Morris

[PATCH] s390 LOG_BUF_LEN.

 Enlarge the log buffer in printk to 128K for s390/s390x.
parent 4ac7a65c
......@@ -31,6 +31,8 @@
#if defined(CONFIG_MULTIQUAD) || defined(CONFIG_IA64)
#define LOG_BUF_LEN (65536)
#elif defined(CONFIG_ARCH_S390)
#define LOG_BUF_LEN (131072)
#elif defined(CONFIG_SMP)
#define LOG_BUF_LEN (32768)
#else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment