diff options
Diffstat (limited to 'arch/x86/kernel/smpboot.c')
-rw-r--r-- | arch/x86/kernel/smpboot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/smpboot.c b/arch/x86/kernel/smpboot.c index 687376ab07e8..1deb3b624a79 100644 --- a/arch/x86/kernel/smpboot.c +++ b/arch/x86/kernel/smpboot.c | |||
@@ -768,7 +768,7 @@ static void __cpuinit do_fork_idle(struct work_struct *work) | |||
768 | * | 768 | * |
769 | * Must be called after the _cpu_pda pointer table is initialized. | 769 | * Must be called after the _cpu_pda pointer table is initialized. |
770 | */ | 770 | */ |
771 | static int __cpuinit get_local_pda(int cpu) | 771 | int __cpuinit get_local_pda(int cpu) |
772 | { | 772 | { |
773 | struct x8664_pda *oldpda, *newpda; | 773 | struct x8664_pda *oldpda, *newpda; |
774 | unsigned long size = sizeof(struct x8664_pda); | 774 | unsigned long size = sizeof(struct x8664_pda); |