diff options
Diffstat (limited to 'arch/x86/kernel/setup.c')
| -rw-r--r-- | arch/x86/kernel/setup.c | 4 | 
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c index f4b9b80e1b9..4f165479c45 100644 --- a/arch/x86/kernel/setup.c +++ b/arch/x86/kernel/setup.c @@ -961,9 +961,7 @@ void __init setup_arch(char **cmdline_p)  	kvmclock_init();  #endif -	x86_init.paging.pagetable_setup_start(swapper_pg_dir); -	paging_init(); -	x86_init.paging.pagetable_setup_done(swapper_pg_dir); +	x86_init.paging.pagetable_init();  	if (boot_cpu_data.cpuid_level >= 0) {  		/* A CPU has %cr4 if and only if it has CPUID */  |