[PATCH] Remove useless wrapper in mpparse.c code

It used to contain support code for NUMAQ, but that is long gone already
on 64bit.

Signed-off-by: Andi Kleen <ak@suse.de>
This commit is contained in:
Andi Kleen 2006-09-26 10:52:30 +02:00 committed by Andi Kleen
parent 55f05ffaa7
commit a01fd3baff
1 changed files with 1 additions and 10 deletions

View File

@ -579,7 +579,7 @@ static int __init smp_scan_config (unsigned long base, unsigned long length)
return 0; return 0;
} }
void __init find_intel_smp (void) void __init find_smp_config(void)
{ {
unsigned int address; unsigned int address;
@ -617,15 +617,6 @@ void __init find_intel_smp (void)
printk(KERN_INFO "No mptable found.\n"); printk(KERN_INFO "No mptable found.\n");
} }
/*
* - Intel MP Configuration Table
*/
void __init find_smp_config (void)
{
find_intel_smp();
}
/* -------------------------------------------------------------------------- /* --------------------------------------------------------------------------
ACPI-based MP Configuration ACPI-based MP Configuration
-------------------------------------------------------------------------- */ -------------------------------------------------------------------------- */