patch-2.4.21 linux-2.4.21/include/asm-ppc/kgdb.h
Next file: linux-2.4.21/include/asm-ppc/kmap_types.h
Previous file: linux-2.4.21/include/asm-ppc/keylargo.h
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
2003-06-13 07:51:38.000000000 -0700
- Orig file:
linux-2.4.20/include/asm-ppc/kgdb.h
- Orig date:
2001-05-21 15:02:06.000000000 -0700
diff -urN linux-2.4.20/include/asm-ppc/kgdb.h linux-2.4.21/include/asm-ppc/kgdb.h
@@ -1,7 +1,4 @@
/*
- * BK Id: SCCS/s.kgdb.h 1.5 05/17/01 18:14:24 cort
- */
-/*
* kgdb.h: Defines and declarations for serial line source level
* remote debugging of the Linux kernel using gdb.
*
@@ -15,7 +12,7 @@
#ifndef __ASSEMBLY__
/* To initialize the serial, first thing called */
-extern void zs_kgdb_hook(int tty_num);
+extern void kgdb_map_scc(void);
/* To init the kgdb engine. (called by serial hook)*/
extern void set_debug_traps(void);
@@ -38,8 +35,6 @@
void kgdb(struct pt_regs *regs);
int kgdb_iabr_match(struct pt_regs *regs);
int kgdb_dabr_match(struct pt_regs *regs);
-static void kgdb_fault_handler(struct pt_regs *regs);
-static void handle_exception (struct pt_regs *regs);
/*
* external low-level support routines (ie macserial.c)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)