Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x86/include Add PSL_T to PSL_USER; it's fine for a ...



details:   https://anonhg.NetBSD.org/src/rev/96a678f34229
branches:  trunk
changeset: 571549:96a678f34229
user:      nathanw <nathanw%NetBSD.org@localhost>
date:      Tue Nov 30 22:41:57 2004 +0000

description:
Add PSL_T to PSL_USER; it's fine for a program to want to trap itself.

diffstat:

 sys/arch/x86/include/psl.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d4b0e803c77d -r 96a678f34229 sys/arch/x86/include/psl.h
--- a/sys/arch/x86/include/psl.h        Tue Nov 30 21:36:28 2004 +0000
+++ b/sys/arch/x86/include/psl.h        Tue Nov 30 22:41:57 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: psl.h,v 1.2 2003/08/07 16:30:33 agc Exp $      */
+/*     $NetBSD: psl.h,v 1.3 2004/11/30 22:41:57 nathanw Exp $  */
 
 /*-
  * Copyright (c) 1990 The Regents of the University of California.
@@ -70,7 +70,7 @@
 #else
 #define        PSL_USERSTATIC  (PSL_MBO | PSL_MBZ | PSL_I | PSL_IOPL | PSL_NT | PSL_VM | PSL_VIF | PSL_VIP)
 #endif
-#define PSL_USER (PSL_C | PSL_MBO | PSL_PF | PSL_AF | PSL_Z | PSL_N | PSL_V)
+#define PSL_USER (PSL_C | PSL_MBO | PSL_PF | PSL_AF | PSL_Z | PSL_N | PSL_T | PSL_V)
 
 /*
  * ???



Home | Main Index | Thread Index | Old Index