commit | 030cb6c00d242c20e92a3327d0cac17ce02d0cc3 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Thu Aug 20 14:30:02 2009 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Mon Aug 31 09:35:45 2009 +0200 |
tree | f821964ab9ec5b781bf0b9a7831deec04c8f58c8 | |
parent | 6f30c1ac3fcf11e08f00670f293546a112cdf4e3 [diff] [blame] |
x86: Move paravirt pagetable_setup to x86_init_ops Replace more paravirt hackery by proper x86_init_ops. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
diff --git a/arch/x86/xen/mmu.h b/arch/x86/xen/mmu.h index da73026..5fe6bc7 100644 --- a/arch/x86/xen/mmu.h +++ b/arch/x86/xen/mmu.h
@@ -59,5 +59,5 @@ unsigned long xen_read_cr2_direct(void); -extern const struct pv_mmu_ops xen_mmu_ops; +extern void xen_init_mmu_ops(void); #endif /* _XEN_MMU_H */