patch-2.4.22 linux-2.4.22/include/asm-x86_64/proto.h

Next file: linux-2.4.22/include/asm-x86_64/segment.h
Previous file: linux-2.4.22/include/asm-x86_64/processor.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/include/asm-x86_64/proto.h linux-2.4.22/include/asm-x86_64/proto.h
@@ -4,6 +4,7 @@
 /* misc architecture specific prototypes */
 
 struct cpuinfo_x86; 
+struct pt_regs;
 
 extern void get_cpu_vendor(struct cpuinfo_x86*);
 extern void start_kernel(void);
@@ -20,6 +21,7 @@
 extern void config_acpi_tables(void);
 extern void ia32_syscall(void);
 extern void iommu_hole_init(void);
+extern void syscall_init(void);
 
 extern void do_softirq_thunk(void);
 
@@ -38,6 +40,9 @@
 
 extern void show_stack(unsigned long * rsp);
 extern void show_trace(unsigned long *stack);
+extern void __show_regs(struct pt_regs * regs);
+extern void show_regs(struct pt_regs * regs);
+
 
 #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)