diff options
author | travis@sgi.com <travis@sgi.com> | 2008-01-30 07:33:11 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 07:33:11 -0500 |
commit | 3b41908902df1dba141cd7de1a727bb03718a654 (patch) | |
tree | 988d687ff1a2636bcca32cb303d58421e0aa7926 /arch/x86/kernel/setup_64.c | |
parent | 30964d54e94229f567a7312a0e6666f9deb6a488 (diff) |
x86: cleanup x86_cpu_to_apicid references
Clean up references to x86_cpu_to_apicid. Removes extraneous
comments and standardizes on "x86_*_early_ptr" for the early
kernel init references.
Signed-off-by: Mike Travis <travis@sgi.com>
Reviewed-by: Christoph Lameter <clameter@sgi.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/kernel/setup_64.c')
-rw-r--r-- | arch/x86/kernel/setup_64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/setup_64.c b/arch/x86/kernel/setup_64.c index 12bad27d66f8..e2beb4cba15f 100644 --- a/arch/x86/kernel/setup_64.c +++ b/arch/x86/kernel/setup_64.c | |||
@@ -360,7 +360,7 @@ void __init setup_arch(char **cmdline_p) | |||
360 | 360 | ||
361 | #ifdef CONFIG_SMP | 361 | #ifdef CONFIG_SMP |
362 | /* setup to use the static apicid table during kernel startup */ | 362 | /* setup to use the static apicid table during kernel startup */ |
363 | x86_cpu_to_apicid_ptr = (void *)&x86_cpu_to_apicid_init; | 363 | x86_cpu_to_apicid_early_ptr = (void *)&x86_cpu_to_apicid_init; |
364 | #endif | 364 | #endif |
365 | 365 | ||
366 | #ifdef CONFIG_ACPI | 366 | #ifdef CONFIG_ACPI |