diff options
-rw-r--r-- | sys/arch/hppa/include/trap.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/hppa/include/trap.h b/sys/arch/hppa/include/trap.h index 5a1a63a98cd..461dfeb809d 100644 --- a/sys/arch/hppa/include/trap.h +++ b/sys/arch/hppa/include/trap.h @@ -1,4 +1,4 @@ -/* $OpenBSD: trap.h,v 1.4 1999/05/02 03:41:45 mickey Exp $ */ +/* $OpenBSD: trap.h,v 1.5 1999/05/03 15:40:27 mickey Exp $ */ /* * Copyright (c) 1988-1994, The University of Utah and @@ -65,9 +65,6 @@ #define T_DATAPID 27 /* 7100 */ #define T_DATALIGN 28 /* 7100 */ -#define T_ICS_OVFL 30 /* SW: interrupt stack overflow */ -#define T_KS_OVFL 31 /* SW: kernel stack overflow */ - #define T_USER 0x20 /* user-mode flag or'ed with type */ /* Values for break instructions */ |