diff options
| -rw-r--r-- | arch/x86/xen/mmu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/xen/mmu.c b/arch/x86/xen/mmu.c index 6ab6150c8560..a1a429a410ef 100644 --- a/arch/x86/xen/mmu.c +++ b/arch/x86/xen/mmu.c | |||
| @@ -1225,6 +1225,7 @@ static void __init xen_pagetable_p2m_setup(void) | |||
| 1225 | static void __init xen_pagetable_init(void) | 1225 | static void __init xen_pagetable_init(void) |
| 1226 | { | 1226 | { |
| 1227 | paging_init(); | 1227 | paging_init(); |
| 1228 | xen_post_allocator_init(); | ||
| 1228 | 1229 | ||
| 1229 | xen_pagetable_p2m_setup(); | 1230 | xen_pagetable_p2m_setup(); |
| 1230 | 1231 | ||
| @@ -1236,7 +1237,6 @@ static void __init xen_pagetable_init(void) | |||
| 1236 | xen_remap_memory(); | 1237 | xen_remap_memory(); |
| 1237 | 1238 | ||
| 1238 | xen_setup_shared_info(); | 1239 | xen_setup_shared_info(); |
| 1239 | xen_post_allocator_init(); | ||
| 1240 | } | 1240 | } |
| 1241 | static void xen_write_cr2(unsigned long cr2) | 1241 | static void xen_write_cr2(unsigned long cr2) |
| 1242 | { | 1242 | { |
