projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
635ee41
)
x86: k8topology add missing header
author
Thomas Gleixner
<tglx@linutronix.de>
Mon, 12 May 2008 13:43:35 +0000
(15:43 +0200)
committer
Thomas Gleixner
<tglx@linutronix.de>
Sun, 25 May 2008 06:58:26 +0000
(08:58 +0200)
k8_scan_nodes is global and needs a prototype. Add the header file
which contains it.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/mm/k8topology_64.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/mm/k8topology_64.c
b/arch/x86/mm/k8topology_64.c
index 1f476e477844df02d09f21ec23ddb8f5084c4cba..48471199887d34f25bdda72a313b21e9ce52f464 100644
(file)
--- a/
arch/x86/mm/k8topology_64.c
+++ b/
arch/x86/mm/k8topology_64.c
@@
-22,6
+22,7
@@
#include <asm/numa.h>
#include <asm/mpspec.h>
#include <asm/apic.h>
+#include <asm/k8.h>
static __init int find_northbridge(void)
{