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/x68k/x68k Pull up revision 1.11 (requested by ...



details:   https://anonhg.NetBSD.org/src/rev/8e498313fa45
branches:  netbsd-1-4
changeset: 469741:8e498313fa45
user:      he <he%NetBSD.org@localhost>
date:      Sun Nov 21 15:43:51 1999 +0000

description:
Pull up revision 1.11 (requested by itohy):
  Fix the problem where single-step tracing of a trap instruction
  makes the system fall into kernel debugger.

diffstat:

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

diffs (17 lines):

diff -r 66cb05ffbda1 -r 8e498313fa45 sys/arch/x68k/x68k/genassym.cf
--- a/sys/arch/x68k/x68k/genassym.cf    Sun Nov 21 15:42:03 1999 +0000
+++ b/sys/arch/x68k/x68k/genassym.cf    Sun Nov 21 15:43:51 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: genassym.cf,v 1.8 1999/03/24 14:01:50 minoura Exp $
+#      $NetBSD: genassym.cf,v 1.8.2.1 1999/11/21 15:43:51 he Exp $
 
 #
 # Copyright (c) 1982, 1990, 1993
@@ -140,6 +140,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