x86: Move xen_post_allocator_init into xen_pagetable_setup_done
authorThomas Gleixner <tglx@linutronix.de>
Thu, 20 Aug 2009 11:13:52 +0000 (13:13 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 31 Aug 2009 07:35:45 +0000 (09:35 +0200)
commitf1d7062a235d057e5d85ed2860bef609e0160cde
tree69c65f74fb105dde838409bf312c766af9991b32
parent030cb6c00d242c20e92a3327d0cac17ce02d0cc3
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>
arch/x86/include/asm/paravirt.h
arch/x86/include/asm/paravirt_types.h
arch/x86/include/asm/setup.h
arch/x86/kernel/setup.c
arch/x86/xen/enlighten.c
arch/x86/xen/mmu.c
arch/x86/xen/xen-ops.h