diff options
Diffstat (limited to 'arch/x86/kernel/setup.c')
-rw-r--r-- | arch/x86/kernel/setup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c index 61b7d9827afb..315fd24131ed 100644 --- a/arch/x86/kernel/setup.c +++ b/arch/x86/kernel/setup.c | |||
@@ -962,7 +962,6 @@ void __init setup_arch(char **cmdline_p) | |||
962 | #endif | 962 | #endif |
963 | 963 | ||
964 | x86_init.paging.pagetable_init(); | 964 | x86_init.paging.pagetable_init(); |
965 | paging_init(); | ||
966 | x86_init.paging.pagetable_setup_done(swapper_pg_dir); | 965 | x86_init.paging.pagetable_setup_done(swapper_pg_dir); |
967 | 966 | ||
968 | if (boot_cpu_data.cpuid_level >= 0) { | 967 | if (boot_cpu_data.cpuid_level >= 0) { |