x86: un-__init fill_pud/pmd/pte
authorJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Tue, 3 Mar 2009 20:02:57 +0000 (12:02 -0800)
committerIngo Molnar <mingo@elte.hu>
Wed, 4 Mar 2009 01:29:36 +0000 (02:29 +0100)
commitf254f3909efaf59ca2d0f408de2d044dace60706
tree3b118ca2f8d049bf5cd6bc61ec0e48ee7abfae9e
parent4e8304758cc09a6097dbd2c4f44a5369e5c1edb0
x86: un-__init fill_pud/pmd/pte

They are used by __set_fixmap->set_pte_vaddr_pud, which can
be used by arch_setup_additional_pages(), and so is used
after init.

Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/mm/init_64.c