From: jsg Date: Thu, 24 Oct 2024 06:30:28 +0000 (+0000) Subject: remove unused T_BITS define; ok miod@ X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=f19593baa452a2ab030b3b657227f0def6262ba5;p=openbsd remove unused T_BITS define; ok miod@ --- 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 @@ -82,11 +82,6 @@ #define TFF_SYS (1 << (31 - TFF_SYS_POS)) #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. */