]> Pileus Git - ~andy/linux/commit
x86: Rename pagetable_setup_start() to pagetable_init()
authorAttilio Rao <attilio.rao@citrix.com>
Tue, 21 Aug 2012 20:22:38 +0000 (21:22 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 12 Sep 2012 13:33:06 +0000 (15:33 +0200)
commit7737b215ad0f94d20a87d98315da9f6cadaf35c9
treeba7c20bfd9c6e002c7ebac9bec0657258ddedfa6
parent73090f8993a40a2f67fed1ab866a928c68cd3765
x86: Rename pagetable_setup_start() to pagetable_init()

In preparation for unifying the pagetable_setup_start() and
pagetable_setup_done() setup functions, rename appropriately all the
infrastructure related to pagetable_setup_start().

Signed-off-by: Attilio Rao <attilio.rao@citrix.com>
Ackedd-by: <konrad.wilk@oracle.com>
Cc: <Ian.Campbell@citrix.com>
Cc: <Stefano.Stabellini@eu.citrix.com>
Cc: <xen-devel@lists.xensource.com>
Link: http://lkml.kernel.org/r/1345580561-8506-3-git-send-email-attilio.rao@citrix.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/include/asm/pgtable_types.h
arch/x86/include/asm/x86_init.h
arch/x86/kernel/setup.c
arch/x86/kernel/x86_init.c
arch/x86/mm/init_32.c
arch/x86/xen/mmu.c