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

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)