diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-05-03 15:40:28 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-05-03 15:40:28 +0000 |
commit | 4f4132cf8e78e489538711d90a3a530bb40f46ea (patch) | |
tree | 4147ab78d5cb171b8a96cd18febbdcb71c29b185 /sys/arch/hppa/include | |
parent | 0c0d4cda3c99e2c8081ae34d57c532e464780f73 (diff) |
remove some more of mklinux cruft
Diffstat (limited to 'sys/arch/hppa/include')
-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 */ |