x86: Move xen_post_allocator_init into xen_pagetable_setup_done
We really do not need two paravirt/x86_init_ops functions which are
called in two consecutive source lines. Move the only user of
post_allocator_init into the already existing pagetable_setup_done
function.
Signed-off-by:
Thomas Gleixner <tglx@linutronix.de>
Showing
- arch/x86/include/asm/paravirt.h 0 additions, 6 deletionsarch/x86/include/asm/paravirt.h
- arch/x86/include/asm/paravirt_types.h 0 additions, 3 deletionsarch/x86/include/asm/paravirt_types.h
- arch/x86/include/asm/setup.h 0 additions, 4 deletionsarch/x86/include/asm/setup.h
- arch/x86/kernel/setup.c 0 additions, 1 deletionarch/x86/kernel/setup.c
- arch/x86/xen/enlighten.c 0 additions, 2 deletionsarch/x86/xen/enlighten.c
- arch/x86/xen/mmu.c 4 additions, 1 deletionarch/x86/xen/mmu.c
- arch/x86/xen/xen-ops.h 0 additions, 2 deletionsarch/x86/xen/xen-ops.h
Loading
Please register or sign in to comment