patch-2.4.21 linux-2.4.21/include/asm-x86_64/proto.h
Next file: linux-2.4.21/include/asm-x86_64/rwsem.h
Previous file: linux-2.4.21/include/asm-x86_64/processor.h
Back to the patch index
Back to the overall index
- Lines: 12
- Date:
2003-06-13 07:51:38.000000000 -0700
- Orig file:
linux-2.4.20/include/asm-x86_64/proto.h
- Orig date:
2002-11-28 15:53:15.000000000 -0800
diff -urN linux-2.4.20/include/asm-x86_64/proto.h linux-2.4.21/include/asm-x86_64/proto.h
@@ -34,9 +34,10 @@
extern void reserve_bootmem_generic(unsigned long phys, unsigned len);
extern void free_bootmem_generic(unsigned long phys, unsigned len);
-extern unsigned long start_pfn, end_pfn;
+extern unsigned long start_pfn, end_pfn, end_pfn_map;
extern void show_stack(unsigned long * rsp);
+extern void show_trace(unsigned long *stack);
#define round_up(x,y) (((x) + (y) - 1) & ~((y)-1))
#define round_down(x,y) ((x) & ~((y)-1))
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)