diff options
author | Attilio Rao <attilio.rao@citrix.com> | 2012-08-21 16:22:38 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2012-09-12 09:33:06 -0400 |
commit | 7737b215ad0f94d20a87d98315da9f6cadaf35c9 (patch) | |
tree | ba7c20bfd9c6e002c7ebac9bec0657258ddedfa6 /arch/x86/kernel/setup.c | |
parent | 73090f8993a40a2f67fed1ab866a928c68cd3765 (diff) |
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>
Diffstat (limited to 'arch/x86/kernel/setup.c')
-rw-r--r-- | arch/x86/kernel/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c index 90cbbe00adca..61b7d9827afb 100644 --- a/arch/x86/kernel/setup.c +++ b/arch/x86/kernel/setup.c | |||
@@ -961,7 +961,7 @@ void __init setup_arch(char **cmdline_p) | |||
961 | kvmclock_init(); | 961 | kvmclock_init(); |
962 | #endif | 962 | #endif |
963 | 963 | ||
964 | x86_init.paging.pagetable_setup_start(); | 964 | x86_init.paging.pagetable_init(); |
965 | paging_init(); | 965 | paging_init(); |
966 | x86_init.paging.pagetable_setup_done(swapper_pg_dir); | 966 | x86_init.paging.pagetable_setup_done(swapper_pg_dir); |
967 | 967 | ||