summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Kleen <ak@suse.de>2006-09-26 08:52:30 (GMT)
committerAndi Kleen <andi@basil.nowhere.org>2006-09-26 08:52:30 (GMT)
commita01fd3baff5e2e744f9d1af0e5d3e6b6082e4dcf (patch)
tree1c2d48e6dc9770b89d6144103aa05047b427bf11
parent55f05ffaa788e039df2f1ebe0d7bfbcb6f39d0b4 (diff)
downloadlinux-a01fd3baff5e2e744f9d1af0e5d3e6b6082e4dcf.tar.xz
[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>
-rw-r--r--arch/x86_64/kernel/mpparse.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/arch/x86_64/kernel/mpparse.c b/arch/x86_64/kernel/mpparse.c
index a8d38c0..79423d1 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)
return 0;
}
-void __init find_intel_smp (void)
+void __init find_smp_config(void)
{
unsigned int address;
@@ -617,15 +617,6 @@ void __init find_intel_smp (void)
printk(KERN_INFO "No mptable found.\n");
}
-/*
- * - Intel MP Configuration Table
- */
-void __init find_smp_config (void)
-{
- find_intel_smp();
-}
-
-
/* --------------------------------------------------------------------------
ACPI-based MP Configuration
-------------------------------------------------------------------------- */