diff options
Diffstat (limited to 'arch/x86_64/kernel')
-rw-r--r-- | arch/x86_64/kernel/mpparse.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/arch/x86_64/kernel/mpparse.c b/arch/x86_64/kernel/mpparse.c index a8d38c0bb449..79423d1bfcac 100644 --- a/arch/x86_64/kernel/mpparse.c +++ b/arch/x86_64/kernel/mpparse.c | |||
@@ -579,7 +579,7 @@ static int __init smp_scan_config (unsigned long base, unsigned long length) | |||
579 | return 0; | 579 | return 0; |
580 | } | 580 | } |
581 | 581 | ||
582 | void __init find_intel_smp (void) | 582 | void __init find_smp_config(void) |
583 | { | 583 | { |
584 | unsigned int address; | 584 | unsigned int address; |
585 | 585 | ||
@@ -617,15 +617,6 @@ void __init find_intel_smp (void) | |||
617 | printk(KERN_INFO "No mptable found.\n"); | 617 | printk(KERN_INFO "No mptable found.\n"); |
618 | } | 618 | } |
619 | 619 | ||
620 | /* | ||
621 | * - Intel MP Configuration Table | ||
622 | */ | ||
623 | void __init find_smp_config (void) | ||
624 | { | ||
625 | find_intel_smp(); | ||
626 | } | ||
627 | |||
628 | |||
629 | /* -------------------------------------------------------------------------- | 620 | /* -------------------------------------------------------------------------- |
630 | ACPI-based MP Configuration | 621 | ACPI-based MP Configuration |
631 | -------------------------------------------------------------------------- */ | 622 | -------------------------------------------------------------------------- */ |