diff options
Diffstat (limited to 'arch/x86/kernel/x86_init.c')
| -rw-r--r-- | arch/x86/kernel/x86_init.c | 4 | 
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/x86/kernel/x86_init.c b/arch/x86/kernel/x86_init.c index 9f3167e891e..7a3d075a814 100644 --- a/arch/x86/kernel/x86_init.c +++ b/arch/x86/kernel/x86_init.c @@ -26,7 +26,6 @@  void __cpuinit x86_init_noop(void) { }  void __init x86_init_uint_noop(unsigned int unused) { } -void __init x86_init_pgd_noop(pgd_t *unused) { }  int __init iommu_init_noop(void) { return 0; }  void iommu_shutdown_noop(void) { } @@ -68,8 +67,7 @@ struct x86_init_ops x86_init __initdata = {  	},  	.paging = { -		.pagetable_setup_start	= native_pagetable_setup_start, -		.pagetable_setup_done	= native_pagetable_setup_done, +		.pagetable_init		= native_pagetable_init,  	},  	.timers = {  |