summaryrefslogtreecommitdiff
path: root/sys/arch/hppa
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2018-05-22 02:13:43 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2018-05-22 02:13:43 +0000
commit99cfb5a7f94629c02294b0b5069a3cb9b49475cb (patch)
tree6b547278d993c65d7eb73a1d810efe745049347f /sys/arch/hppa
parent4ef04503f57bb8b93c9587a3969fab912becb19d (diff)
Delete antique sigdebug definitions
ok kettenis@
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r--sys/arch/hppa/hppa/machdep.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/arch/hppa/hppa/machdep.c b/sys/arch/hppa/hppa/machdep.c
index 3f9b5f2ab77..d8ba7b65f8b 100644
--- a/sys/arch/hppa/hppa/machdep.c
+++ b/sys/arch/hppa/hppa/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.251 2018/04/12 17:13:43 deraadt Exp $ */
+/* $OpenBSD: machdep.c,v 1.252 2018/05/22 02:13:42 guenther Exp $ */
/*
* Copyright (c) 1999-2003 Michael Shalayeff
@@ -166,12 +166,6 @@ struct pdc_coherence pdc_coherence PDC_ALIGNMENT;
struct pdc_spidb pdc_spidbits PDC_ALIGNMENT;
struct pdc_model pdc_model PDC_ALIGNMENT;
-#ifdef DEBUG
-int sigdebug = 0;
-pid_t sigpid = 0;
-#define SDB_FOLLOW 0x01
-#endif
-
struct uvm_constraint_range dma_constraint = { 0x0, (paddr_t)-1 };
struct uvm_constraint_range *uvm_md_constraints[] = { NULL };