Module Name:    src
Committed By:   matt
Date:           Wed May 12 14:43:48 UTC 2010

Modified Files:
        src/sys/arch/vax/vax: genassym.cf

Log Message:
Add PSL_HIGHIPL for recent subr.S change


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/sys/arch/vax/vax/genassym.cf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/vax/vax/genassym.cf
diff -u src/sys/arch/vax/vax/genassym.cf:1.45 src/sys/arch/vax/vax/genassym.cf:1.46
--- src/sys/arch/vax/vax/genassym.cf:1.45	Sat Mar 20 23:31:30 2010
+++ src/sys/arch/vax/vax/genassym.cf	Wed May 12 14:43:48 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: genassym.cf,v 1.45 2010/03/20 23:31:30 chs Exp $
+#	$NetBSD: genassym.cf,v 1.46 2010/05/12 14:43:48 matt Exp $
 #
 # Copyright (c) 1997 Ludd, University of Lule}, Sweden.
 # All rights reserved.
@@ -163,6 +163,7 @@
 define	VC_DIAGTIMM	offsetof(struct vs_cpu, vc_diagtimm)
 
 define	PSL_IS		PSL_IS
+define	PSL_HIGHIPL	PSL_HIGHIPL
 
 define	MTX_OWNER	offsetof(struct kmutex, mtx_owner)
 define	MTX_LOCK	offsetof(struct kmutex, mtx_lock)

Reply via email to