summaryrefslogtreecommitdiff
path: root/include/asm-x86/k8.h
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2008-01-30 13:30:16 +0100
committerIngo Molnar <mingo@elte.hu>2008-01-30 13:30:16 +0100
commitc9ff03428f24219b927d9d9d3c0c581622967794 (patch)
treecee8d18407193abeffa1280d21497135de418955 /include/asm-x86/k8.h
parentfc36367211931cd503f050e4ceff5d9864cec817 (diff)
x86: move k8 related declarations
Move k8 related declarations to k8.h and fix numa_64.c Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/k8.h')
-rw-r--r--include/asm-x86/k8.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-x86/k8.h b/include/asm-x86/k8.h
index 699dd6961eda..452e2b696ff4 100644
--- a/include/asm-x86/k8.h
+++ b/include/asm-x86/k8.h
@@ -10,5 +10,6 @@ extern struct pci_dev **k8_northbridges;
extern int num_k8_northbridges;
extern int cache_k8_northbridges(void);
extern void k8_flush_garts(void);
+extern int k8_scan_nodes(unsigned long start, unsigned long end);
#endif