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)
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>

No differences found