From: Thomas Gleixner Date: Thu, 20 Aug 2009 11:13:52 +0000 (+0200) Subject: x86: Move xen_post_allocator_init into xen_pagetable_setup_done X-Git-Tag: v2.6.32-rc1~629^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1d7062a235d057e5d85ed2860bef609e0160cde;p=pandora-kernel.git 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 --- Reading git-diff-tree failed