summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2024-10-24 06:30:29 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2024-10-24 06:30:29 +0000
commitf89a51f70fed507672e3496f67c57d063c6f7cda (patch)
tree1d3d439552626c785094010a0c4a977b04812699
parenta28b115e177c42f70ba33070cd8289f08b72e0bc (diff)
remove unused T_BITS define; ok miod@
-rw-r--r--sys/arch/hppa/include/trap.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/arch/hppa/include/trap.h b/sys/arch/hppa/include/trap.h
index 7ca212ea81d..60d7560d569 100644
--- a/sys/arch/hppa/include/trap.h
+++ b/sys/arch/hppa/include/trap.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: trap.h,v 1.13 2024/10/23 18:45:34 miod Exp $ */
+/* $OpenBSD: trap.h,v 1.14 2024/10/24 06:30:28 jsg Exp $ */
/*
* Copyright (c) 1999-2004 Michael Shalayeff
@@ -83,11 +83,6 @@
#define TFF_INTR (1 << (31 - TFF_INTR_POS))
/*
- * Define this for pretty printings of trapflags.
- */
-#define T_BITS "\020\07user\036intr\037itlb\040last"
-
-/*
* These are break instruction entry points.
*/
/* im5 */