summaryrefslogtreecommitdiff
path: root/arch/s390/kernel/reipl_diag.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/s390/kernel/reipl_diag.c')
-rw-r--r--arch/s390/kernel/reipl_diag.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/kernel/reipl_diag.c b/arch/s390/kernel/reipl_diag.c
index 83cb42bc0b7..1f33951ba43 100644
--- a/arch/s390/kernel/reipl_diag.c
+++ b/arch/s390/kernel/reipl_diag.c
@@ -26,7 +26,7 @@ void reipl_diag(void)
" st %%r4,%0\n"
" st %%r5,%1\n"
".section __ex_table,\"a\"\n"
-#ifdef __s390x__
+#ifdef CONFIG_64BIT
" .align 8\n"
" .quad 0b, 0b\n"
#else