summaryrefslogtreecommitdiffstats
path: root/include/asm-x86/proto.h
diff options
context:
space:
mode:
authorThomas Gleixner2008-01-30 13:30:17 +0100
committerIngo Molnar2008-01-30 13:30:17 +0100
commitaaa64e04f9af8c05a10ab3d67df44154742d15cf (patch)
tree28036c0ad0fd261bbc766976efdf9189a7b88351 /include/asm-x86/proto.h
parentx86: move mce related declarations (diff)
downloadkernel-qcow2-linux-aaa64e04f9af8c05a10ab3d67df44154742d15cf.tar.gz
kernel-qcow2-linux-aaa64e04f9af8c05a10ab3d67df44154742d15cf.tar.xz
kernel-qcow2-linux-aaa64e04f9af8c05a10ab3d67df44154742d15cf.zip
x86: move numa related declarations
More stuff shuffeled to the correct place Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/proto.h')
-rw-r--r--include/asm-x86/proto.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/asm-x86/proto.h b/include/asm-x86/proto.h
index 02420dea73c6..71a419c6e041 100644
--- a/include/asm-x86/proto.h
+++ b/include/asm-x86/proto.h
@@ -37,9 +37,6 @@ extern u32 pmtmr_ioport;
#endif
extern int nohpet;
-extern void numa_initmem_init(unsigned long start_pfn, unsigned long end_pfn);
-extern unsigned long numa_free_all_bootmem(void);
-
extern void reserve_bootmem_generic(unsigned long phys, unsigned len);
extern void load_gs_index(unsigned gs);
@@ -52,8 +49,6 @@ extern void swap_low_mappings(void);
extern void syscall32_cpu_init(void);
-extern void setup_node_bootmem(int nodeid, unsigned long start, unsigned long end);
-
extern void check_efer(void);
extern unsigned long table_start, table_end;