aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390
diff options
context:
space:
mode:
Diffstat (limited to 'arch/s390')
-rw-r--r--arch/s390/kernel/early.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/kernel/early.c b/arch/s390/kernel/early.c
index 9fcf3f1f47b6..e6289ee74ecd 100644
--- a/arch/s390/kernel/early.c
+++ b/arch/s390/kernel/early.c
@@ -275,6 +275,7 @@ void __init startup_init(void)
275 sort_main_extable(); 275 sort_main_extable();
276 setup_lowcore_early(); 276 setup_lowcore_early();
277 sclp_readinfo_early(); 277 sclp_readinfo_early();
278 sclp_facilities_detect();
278 memsize = sclp_memory_detect(); 279 memsize = sclp_memory_detect();
279#ifndef CONFIG_64BIT 280#ifndef CONFIG_64BIT
280 /* 281 /*