diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-04-25 22:32:03 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-04-25 22:32:03 +0000 |
commit | a522ac6bb4b7c7ab0f83adbd361fe8cac2dab966 (patch) | |
tree | 854894ebed7c816c098b893c80c97977a3db21d7 /sys/arch/amiga | |
parent | 9a4e6dd3e4627498830b1202bf446c8df94f700b (diff) |
Factorize more common m68k definitions.
Diffstat (limited to 'sys/arch/amiga')
-rw-r--r-- | sys/arch/amiga/amiga/genassym.cf | 36 |
1 files changed, 1 insertions, 35 deletions
diff --git a/sys/arch/amiga/amiga/genassym.cf b/sys/arch/amiga/amiga/genassym.cf index 795bcad81dc..58fae51b56f 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.12 2001/12/06 23:24:34 miod Exp $ +# $OpenBSD: genassym.cf,v 1.13 2002/04/25 22:31:59 miod Exp $ # # Copyright (c) 1982, 1990, 1993 # The Regents of the University of California. All rights reserved. @@ -54,29 +54,9 @@ include <machine/pte.h> include <amiga/amiga/cia.h> include <amiga/amiga/isr.h> -# values for mmutype -export MMU_68851 -export MMU_68030 -export MMU_68040 -export MMU_68060 - -# values for cputype -export CPU_68020 -export CPU_68030 -export CPU_68040 -export CPU_68060 - # values for ectype export EC_NONE -# values for fputype -export FPU_NONE -export FPU_68881 -export FPU_68882 -export FPU_68040 -export FPU_68060 -export FPU_UNKNOWN - ifdef FPU_EMULATE export FPU_EMULATE endif @@ -116,20 +96,6 @@ define SPL4 PSL_S | PSL_IPL4 define SPL5 PSL_S | PSL_IPL5 define SPL6 PSL_S | PSL_IPL6 -# magic -export FC_SUPERD -export CACHE_ON -export CACHE_OFF -export CACHE_CLR -export IC_CLEAR -export DC_CLEAR -export CACHE40_ON -export CACHE40_OFF -export CACHE60_ON -export CACHE60_OFF -export IC60_CUBC -export IC60_CABC - # pte/ste bits export PG_V export PG_NV |