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/atari/atari Pull up revision 1.13 (requested b...
details: https://anonhg.NetBSD.org/src/rev/d505b43c376c
branches: netbsd-1-4
changeset: 469735:d505b43c376c
user: he <he%NetBSD.org@localhost>
date: Sun Nov 21 15:36:21 1999 +0000
description:
Pull up revision 1.13 (requested by itohy):
Fix the problem where single-step tracing of a trap instruction
makes the system fall into kernel debugger.
diffstat:
sys/arch/atari/atari/genassym.cf | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 1a964f75a334 -r d505b43c376c sys/arch/atari/atari/genassym.cf
--- a/sys/arch/atari/atari/genassym.cf Sun Nov 21 15:32:17 1999 +0000
+++ b/sys/arch/atari/atari/genassym.cf Sun Nov 21 15:36:21 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: genassym.cf,v 1.10 1999/03/28 06:00:18 simonb Exp $
+# $NetBSD: genassym.cf,v 1.10.2.1 1999/11/21 15:36:21 he Exp $
#-
# Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -123,6 +123,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