Skip to content

Commit

Permalink
[PATCH] Remove useless wrapper in mpparse.c code
Browse files Browse the repository at this point in the history
It used to contain support code for NUMAQ, but that is long gone already
on 64bit.

Signed-off-by: Andi Kleen <ak@suse.de>
  • Loading branch information
Andi Kleen authored and Andi Kleen committed Sep 26, 2006
1 parent 55f05ff commit a01fd3b
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions arch/x86_64/kernel/mpparse.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down Expand Up @@ -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
-------------------------------------------------------------------------- */
Expand Down

0 comments on commit a01fd3b

Please sign in to comment.