diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-12-17 21:54:26 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-12-17 21:54:26 +0000 |
commit | 7f33aa2f59d67ead13e253a82b4241d038e46a5d (patch) | |
tree | 0d8e42d725d944bbed37154b421ab258da5a95e6 /sys/arch/hppa/include/trap.h | |
parent | c86b06b8c90928864da380972228aea593140be3 (diff) |
real interrupts/spl framework.
tested on 712/* 715/100, 715/33 which main cpu/bus types.
miod@ ok
Diffstat (limited to 'sys/arch/hppa/include/trap.h')
-rw-r--r-- | sys/arch/hppa/include/trap.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/include/trap.h b/sys/arch/hppa/include/trap.h index 06bd1527c51..c61e3126158 100644 --- a/sys/arch/hppa/include/trap.h +++ b/sys/arch/hppa/include/trap.h @@ -1,4 +1,4 @@ -/* $OpenBSD: trap.h,v 1.8 2000/02/10 20:05:39 mickey Exp $ */ +/* $OpenBSD: trap.h,v 1.9 2002/12/17 21:54:25 mickey Exp $ */ /* * Copyright (c) 1999 Michael Shalayeff @@ -100,6 +100,7 @@ #define HPPA_BREAK_KGDB 5 #define HPPA_BREAK_GET_PSW 9 #define HPPA_BREAK_SET_PSW 10 +#define HPPA_BREAK_SPLLOWER 11 /* * break instruction decoding. @@ -108,4 +109,3 @@ #define break13(i) (((i) >> 13) & 0x1fff) #endif /* _MACHINE_TRAP_H_ */ - |