提交 a01fd3ba 编写于 作者: A Andi Kleen 提交者: Andi Kleen

[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: NAndi Kleen <ak@suse.de>
上级 55f05ffa
......@@ -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
-------------------------------------------------------------------------- */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册