diff options
Diffstat (limited to 'arch/s390/kernel/setup.c')
-rw-r--r-- | arch/s390/kernel/setup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/kernel/setup.c b/arch/s390/kernel/setup.c index aba3c5ce1559..adfac9f0a89f 100644 --- a/arch/s390/kernel/setup.c +++ b/arch/s390/kernel/setup.c | |||
@@ -924,6 +924,7 @@ void __init setup_arch(char **cmdline_p) | |||
924 | cpu_init(); | 924 | cpu_init(); |
925 | numa_setup(); | 925 | numa_setup(); |
926 | smp_detect_cpus(); | 926 | smp_detect_cpus(); |
927 | topology_init_early(); | ||
927 | 928 | ||
928 | /* | 929 | /* |
929 | * Create kernel page tables and switch to virtual addressing. | 930 | * Create kernel page tables and switch to virtual addressing. |