Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/vax/vax Add PSL_HIGHIPL for recent subr.S change



details:   https://anonhg.NetBSD.org/src/rev/7a3d3730253a
branches:  trunk
changeset: 754778:7a3d3730253a
user:      matt <matt%NetBSD.org@localhost>
date:      Wed May 12 14:43:48 2010 +0000

description:
Add PSL_HIGHIPL for recent subr.S change

diffstat:

 sys/arch/vax/vax/genassym.cf |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r f674fbf12f4d -r 7a3d3730253a sys/arch/vax/vax/genassym.cf
--- a/sys/arch/vax/vax/genassym.cf      Wed May 12 13:15:00 2010 +0000
+++ b/sys/arch/vax/vax/genassym.cf      Wed May 12 14:43:48 2010 +0000
@@ -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)



Home | Main Index | Thread Index | Old Index