From: kstailey Date: Fri, 14 Feb 1997 21:13:49 +0000 (+0000) Subject: add PSL_IPL7 X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=8ca55f8210dbc654eff6208709e283ebfd4afa37;p=openbsd add PSL_IPL7 --- diff --git a/sys/arch/sun3/sun3/genassym.c b/sys/arch/sun3/sun3/genassym.c index fb4707d8381..29472b9132e 100644 --- a/sys/arch/sun3/sun3/genassym.c +++ b/sys/arch/sun3/sun3/genassym.c @@ -1,4 +1,4 @@ -/* $OpenBSD: genassym.c,v 1.6 1997/01/16 04:04:21 kstailey Exp $ */ +/* $OpenBSD: genassym.c,v 1.7 1997/02/14 21:13:49 kstailey Exp $ */ /* $NetBSD: genassym.c,v 1.32 1996/10/23 16:39:27 gwr Exp $ */ /* @@ -123,6 +123,7 @@ main() def1(PSL_HIGHIPL); def1(PSL_USER); def1(PSL_S); + def1(PSL_IPL7); def1(FC_CONTROL); def1(FC_SUPERD); def1(FC_USERD);