summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/dev/zs.c
diff options
context:
space:
mode:
authorMartin Pieuchot <mpi@cvs.openbsd.org>2017-04-30 13:04:50 +0000
committerMartin Pieuchot <mpi@cvs.openbsd.org>2017-04-30 13:04:50 +0000
commit9677cd160068c81899802ad8c77c0879d451b880 (patch)
tree5cddb69b1b72c888c26085e12b2d6cfd4c026daf /sys/arch/sparc64/dev/zs.c
parent22d14bd3c139dd25c22669e4e75a1ac94d35f79e (diff)
Unifdef KGDB.
It doesn't compile und hasn't been working during the last decade. ok kettenis@, deraadt@
Diffstat (limited to 'sys/arch/sparc64/dev/zs.c')
-rw-r--r--sys/arch/sparc64/dev/zs.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/sparc64/dev/zs.c b/sys/arch/sparc64/dev/zs.c
index 3e6c99b6fa6..5c2668a09b8 100644
--- a/sys/arch/sparc64/dev/zs.c
+++ b/sys/arch/sparc64/dev/zs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: zs.c,v 1.27 2015/02/05 12:04:58 miod Exp $ */
+/* $OpenBSD: zs.c,v 1.28 2017/04/30 13:04:49 mpi Exp $ */
/* $NetBSD: zs.c,v 1.29 2001/05/30 15:24:24 lukem Exp $ */
/*-
@@ -689,9 +689,7 @@ zs_abort(cs)
ZS_DELAY();
} while (rr0 & ZSRR0_BREAK);
-#if defined(KGDB)
- zskgdb(cs);
-#elif defined(DDB)
+#if defined(DDB)
{
extern int db_active;