aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/early.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/s390/kernel/early.c')
-rw-r--r--arch/s390/kernel/early.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/s390/kernel/early.c b/arch/s390/kernel/early.c
index 4d221c81c849..d4e1e5b6cfda 100644
--- a/arch/s390/kernel/early.c
+++ b/arch/s390/kernel/early.c
@@ -34,6 +34,8 @@
34 34
35char kernel_nss_name[NSS_NAME_SIZE + 1]; 35char kernel_nss_name[NSS_NAME_SIZE + 1];
36 36
37static unsigned long machine_flags;
38
37static void __init setup_boot_command_line(void); 39static void __init setup_boot_command_line(void);
38 40
39 41
@@ -391,5 +393,6 @@ void __init startup_init(void)
391 setup_hpage(); 393 setup_hpage();
392 sclp_facilities_detect(); 394 sclp_facilities_detect();
393 detect_memory_layout(memory_chunk); 395 detect_memory_layout(memory_chunk);
396 S390_lowcore.machine_flags = machine_flags;
394 lockdep_on(); 397 lockdep_on();
395} 398}