diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-11-17 21:35:13 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-11-17 21:35:13 +0000 |
commit | d2d2e3d8064442ce40200a532a65c5cdcb0ad5fd (patch) | |
tree | 1a46d77deff691593175771caef1243d0f263260 /sys/arch/mac68k | |
parent | a44f636a9fb97f468107dab10883785423f6be42 (diff) |
put more common stuff into m68k/genassym.cf; miod@ ok
Diffstat (limited to 'sys/arch/mac68k')
-rw-r--r-- | sys/arch/mac68k/mac68k/genassym.cf | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/arch/mac68k/mac68k/genassym.cf b/sys/arch/mac68k/mac68k/genassym.cf index 723564cf60c..961d756ce9d 100644 --- a/sys/arch/mac68k/mac68k/genassym.cf +++ b/sys/arch/mac68k/mac68k/genassym.cf @@ -1,4 +1,4 @@ -# $OpenBSD: genassym.cf,v 1.10 2001/11/06 19:53:15 miod Exp $ +# $OpenBSD: genassym.cf,v 1.11 2001/11/17 21:35:12 mickey Exp $ # $NetBSD: genassym.cf,v 1.7 1998/01/06 08:46:16 thorpej Exp $ # @@ -54,14 +54,9 @@ include <machine/reg.h> include <machine/pte.h> struct proc -member p_addr member P_MD_REGS p_md.md_regs member P_MD_FLAGS p_md.md_flags -# interrupt/fault metering -struct uvmexp UVMEXP_ -member intrs - export USPACE export PGSHIFT export USRSTACK |