Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 35819
b: refs/heads/master
c: a01fd3b
h: refs/heads/master
i:
  35817: 647962f
  35815: b3a700e
v: v3
  • Loading branch information
Andi Kleen authored and Andi Kleen committed Sep 26, 2006
1 parent 6912960 commit 99c92ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 55f05ffaa788e039df2f1ebe0d7bfbcb6f39d0b4
refs/heads/master: a01fd3baff5e2e744f9d1af0e5d3e6b6082e4dcf
11 changes: 1 addition & 10 deletions trunk/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 99c92ea

Please sign in to comment.