diff options
Diffstat (limited to 'arch/s390/kernel/setup.c')
-rw-r--r-- | arch/s390/kernel/setup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/s390/kernel/setup.c b/arch/s390/kernel/setup.c index 91551ef1d67e..46fc981e02ba 100644 --- a/arch/s390/kernel/setup.c +++ b/arch/s390/kernel/setup.c | |||
@@ -226,7 +226,7 @@ static void __init conmode_default(void) | |||
226 | } | 226 | } |
227 | } | 227 | } |
228 | 228 | ||
229 | #if defined(CONFIG_ZFCPDUMP) || defined(CONFIG_ZFCPDUMP_MODULE) | 229 | #ifdef CONFIG_ZFCPDUMP |
230 | static void __init setup_zfcpdump(unsigned int console_devno) | 230 | static void __init setup_zfcpdump(unsigned int console_devno) |
231 | { | 231 | { |
232 | static char str[41]; | 232 | static char str[41]; |
@@ -515,7 +515,7 @@ static void __init setup_memory_end(void) | |||
515 | unsigned long max_mem; | 515 | unsigned long max_mem; |
516 | int i; | 516 | int i; |
517 | 517 | ||
518 | #if defined(CONFIG_ZFCPDUMP) || defined(CONFIG_ZFCPDUMP_MODULE) | 518 | #ifdef CONFIG_ZFCPDUMP |
519 | if (ipl_info.type == IPL_TYPE_FCP_DUMP) { | 519 | if (ipl_info.type == IPL_TYPE_FCP_DUMP) { |
520 | memory_end = ZFCPDUMP_HSA_SIZE; | 520 | memory_end = ZFCPDUMP_HSA_SIZE; |
521 | memory_end_set = 1; | 521 | memory_end_set = 1; |