diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2008-01-30 07:30:16 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 07:30:16 -0500 |
commit | c9ff03428f24219b927d9d9d3c0c581622967794 (patch) | |
tree | cee8d18407193abeffa1280d21497135de418955 /include | |
parent | fc36367211931cd503f050e4ceff5d9864cec817 (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')
-rw-r--r-- | include/asm-x86/k8.h | 1 | ||||
-rw-r--r-- | include/asm-x86/proto.h | 2 |
2 files changed, 1 insertions, 2 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; | |||
10 | extern int num_k8_northbridges; | 10 | extern int num_k8_northbridges; |
11 | extern int cache_k8_northbridges(void); | 11 | extern int cache_k8_northbridges(void); |
12 | extern void k8_flush_garts(void); | 12 | extern void k8_flush_garts(void); |
13 | extern 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 | ||
41 | extern void early_printk(const char *fmt, ...) __attribute__((format(printf,1,2))); | 41 | extern void early_printk(const char *fmt, ...) __attribute__((format(printf,1,2))); |
42 | 42 | ||
43 | extern int k8_scan_nodes(unsigned long start, unsigned long end); | ||
44 | |||
45 | extern void numa_initmem_init(unsigned long start_pfn, unsigned long end_pfn); | 43 | extern void numa_initmem_init(unsigned long start_pfn, unsigned long end_pfn); |
46 | extern unsigned long numa_free_all_bootmem(void); | 44 | extern unsigned long numa_free_all_bootmem(void); |
47 | 45 | ||