Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/sys/arch/mvme68k/mvme68k Pull up revision 1.15 (request...
details: https://anonhg.NetBSD.org/src/rev/0e291c6eaff8
branches: netbsd-1-4
changeset: 469738:0e291c6eaff8
user: he <he%NetBSD.org@localhost>
date: Sun Nov 21 15:40:58 1999 +0000
description:
Pull up revision 1.15 (requested by itohy):
Fix the problem where single-step tracing of a trap instruction
makes the system fall into kernel debugger.
diffstat:
sys/arch/mvme68k/mvme68k/genassym.cf | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 9873ca88a7b9 -r 0e291c6eaff8 sys/arch/mvme68k/mvme68k/genassym.cf
--- a/sys/arch/mvme68k/mvme68k/genassym.cf Sun Nov 21 15:37:19 1999 +0000
+++ b/sys/arch/mvme68k/mvme68k/genassym.cf Sun Nov 21 15:40:58 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: genassym.cf,v 1.12 1999/03/27 18:35:34 scw Exp $
+# $NetBSD: genassym.cf,v 1.12.2.1 1999/11/21 15:40:58 he Exp $
#
# Copyright (c) 1982, 1990, 1993
@@ -144,6 +144,7 @@
define PSL_LOWIPL PSL_LOWIPL
define PSL_HIGHIPL PSL_HIGHIPL
define PSL_USER PSL_USER
+define PSL_TS PSL_T | PSL_S
define SPL1 PSL_S | PSL_IPL1
define SPL2 PSL_S | PSL_IPL2
define SPL3 PSL_S | PSL_IPL3
Home |
Main Index |
Thread Index |
Old Index