diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-08-31 00:37:21 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-08-31 00:37:21 +0000 |
commit | db9da0396880db0af636d8eb2465926f6e6def75 (patch) | |
tree | 8e7a3ce0267343ecd0eac63b464922a1aefc2bee /sys/arch/amiga | |
parent | 8de0c66a4c16a6a4558a684cdc0888c936393f22 (diff) |
The fact that my tree builds should not prevent the official tree to
build as well... Right now, .s files can't include unmodified <machine/psl.h>
Diffstat (limited to 'sys/arch/amiga')
-rw-r--r-- | sys/arch/amiga/amiga/genassym.cf | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/arch/amiga/amiga/genassym.cf b/sys/arch/amiga/amiga/genassym.cf index 7cb95e8d81b..7e6f0b293ef 100644 --- a/sys/arch/amiga/amiga/genassym.cf +++ b/sys/arch/amiga/amiga/genassym.cf @@ -1,5 +1,5 @@ # $NetBSD: genassym.cf,v 1.3 1997/07/16 00:01:49 is Exp $ -# $OpenBSD: genassym.cf,v 1.7 2001/08/30 22:10:45 miod Exp $ +# $OpenBSD: genassym.cf,v 1.8 2001/08/31 00:37:15 miod Exp $ # # Copyright (c) 1982, 1990, 1993 # The Regents of the University of California. All rights reserved. @@ -48,6 +48,7 @@ include <vm/vm.h> include <uvm/uvm_extern.h> include <machine/cpu.h> +include <machine/psl.h> include <machine/reg.h> include <machine/vmparam.h> include <machine/pte.h> @@ -109,6 +110,11 @@ define PGSHIFT PGSHIFT define USRSTACK USRSTACK # PSL values +define PSL_S PSL_S +define PSL_IPL7 PSL_IPL7 +define PSL_IPL PSL_IPL +define PSL_LOWIPL PSL_LOWIPL +define PSL_USER PSL_USER define SPL1 PSL_S | PSL_IPL1 define SPL2 PSL_S | PSL_IPL2 define SPL3 PSL_S | PSL_IPL3 |