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/m68k | |
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/m68k')
-rw-r--r-- | sys/arch/m68k/m68k/genassym.cf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/m68k/m68k/genassym.cf b/sys/arch/m68k/m68k/genassym.cf index 6fba51e21d3..326aa11f609 100644 --- a/sys/arch/m68k/m68k/genassym.cf +++ b/sys/arch/m68k/m68k/genassym.cf @@ -1,4 +1,4 @@ -# $OpenBSD: genassym.cf,v 1.1 2001/08/30 22:08:44 miod Exp $ +# $OpenBSD: genassym.cf,v 1.2 2001/08/31 00:37:20 miod Exp $ # # Copyright (c) 1995 Theo de Raadt @@ -74,6 +74,7 @@ include <sys/types.h> include <sys/user.h> include <machine/cpu.h> +include <machine/psl.h> # general constants define NBPG NBPG @@ -90,6 +91,9 @@ define SRUN SRUN # magic define FC_USERD FC_USERD +# PSL values +define PSL_HIGHIPL PSL_HIGHIPL + # pcb fields define PCB_ONFAULT offsetof(struct pcb, pcb_onfault) |