aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/mm/numa_64.c1
-rw-r--r--include/asm-x86/k8.h1
-rw-r--r--include/asm-x86/proto.h2
3 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/mm/numa_64.c b/arch/x86/mm/numa_64.c
index 3d6926ba8995..2d8fdc05f415 100644
--- a/arch/x86/mm/numa_64.c
+++ b/arch/x86/mm/numa_64.c
@@ -17,6 +17,7 @@
17#include <asm/dma.h> 17#include <asm/dma.h>
18#include <asm/numa.h> 18#include <asm/numa.h>
19#include <asm/acpi.h> 19#include <asm/acpi.h>
20#include <asm/k8.h>
20 21
21#ifndef Dprintk 22#ifndef Dprintk
22#define Dprintk(x...) 23#define Dprintk(x...)
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;
10extern int num_k8_northbridges; 10extern int num_k8_northbridges;
11extern int cache_k8_northbridges(void); 11extern int cache_k8_northbridges(void);
12extern void k8_flush_garts(void); 12extern void k8_flush_garts(void);
13extern int k8_scan_nodes(unsigned long start, unsigned long end);
13 14
14#endif 15#endif
diff --git a/include/asm-x86/proto.h b/include/asm-x86/proto.h
index 77b4177d17f5..9b96dae5b7ac 100644
--- a/include/asm-x86/proto.h
+++ b/include/asm-x86/proto.h
@@ -40,8 +40,6 @@ extern int nohpet;
40 40
41extern void early_printk(const char *fmt, ...) __attribute__((format(printf,1,2))); 41extern void early_printk(const char *fmt, ...) __attribute__((format(printf,1,2)));
42 42
43extern int k8_scan_nodes(unsigned long start, unsigned long end);
44
45extern void numa_initmem_init(unsigned long start_pfn, unsigned long end_pfn); 43extern void numa_initmem_init(unsigned long start_pfn, unsigned long end_pfn);
46extern unsigned long numa_free_all_bootmem(void); 44extern unsigned long numa_free_all_bootmem(void);
47 45