X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-x86%2Fproto.h;h=71a419c6e0417050e365700338076538629b8489;hb=aaa64e04f9af8c05a10ab3d67df44154742d15cf;hp=b10cd1b8208965e49f30ce3d5a0ad40708b7fe5e;hpb=718fc13b4675470ea191522ef98b02a55d990fa1;p=linux-2.6 diff --git a/include/asm-x86/proto.h b/include/asm-x86/proto.h index b10cd1b820..71a419c6e0 100644 --- a/include/asm-x86/proto.h +++ b/include/asm-x86/proto.h @@ -13,7 +13,6 @@ extern void pda_init(int); extern void early_idt_handler(void); -extern void mcheck_init(struct cpuinfo_x86 *c); extern void init_memory_mapping(unsigned long start, unsigned long end); extern void system_call(void); @@ -38,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); @@ -53,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;