diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-03-17 23:10:22 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-03-17 23:10:22 +0000 |
commit | dda7c0e0512552139387a8a615e8ca296347316d (patch) | |
tree | 8fcbe8eef577edb1b03875d4c63ab3a93efc25fa /sys/arch/sparc64/include/db_machdep.h | |
parent | 583f604c7d739d890a9b7beca0574b9e9acff54c (diff) |
Remove KGDB code. It was never converted to 64-bit, and just makes locore.s
even more unreadable.
Diffstat (limited to 'sys/arch/sparc64/include/db_machdep.h')
-rw-r--r-- | sys/arch/sparc64/include/db_machdep.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/arch/sparc64/include/db_machdep.h b/sys/arch/sparc64/include/db_machdep.h index f0da0f7d7de..9bc6d9c21bf 100644 --- a/sys/arch/sparc64/include/db_machdep.h +++ b/sys/arch/sparc64/include/db_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: db_machdep.h,v 1.9 2005/01/04 21:14:35 espie Exp $ */ +/* $OpenBSD: db_machdep.h,v 1.10 2008/03/17 23:10:21 kettenis Exp $ */ /* $NetBSD: db_machdep.h,v 1.12 2001/07/07 15:16:13 eeh Exp $ */ /* @@ -144,11 +144,4 @@ int kdb_trap(int, struct trapframe64 *); #define DB_ELF_SYMBOLS #define DB_ELFSIZE 64 -/* - * KGDB definitions - */ -typedef u_long kgdb_reg_t; -#define KGDB_NUMREGS 72 -#define KGDB_BUFLEN 1024 - #endif /* _SPARC_DB_MACHDEP_H_ */ |