From f19593baa452a2ab030b3b657227f0def6262ba5 Mon Sep 17 00:00:00 2001 From: jsg Date: Thu, 24 Oct 2024 06:30:28 +0000 Subject: [PATCH] remove unused T_BITS define; ok miod@ --- sys/arch/hppa/include/trap.h | 7 +------ 1 file changed, 1 insertion(+), 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 @@ -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. */ -- 2.20.1