Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/arch/mips/include Pull up revision 1.14 (approved b...



details:   https://anonhg.NetBSD.org/src/rev/98e3150379d7
branches:  netbsd-1-5
changeset: 488574:98e3150379d7
user:      jeffs <jeffs%NetBSD.org@localhost>
date:      Tue Jul 18 22:01:47 2000 +0000

description:
Pull up revision 1.14 (approved by cgd).
  Remove extraneous bits from MIPS3_PSL_XFLAGS.

diffstat:

 sys/arch/mips/include/psl.h |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 3637889b5603 -r 98e3150379d7 sys/arch/mips/include/psl.h
--- a/sys/arch/mips/include/psl.h       Tue Jul 18 19:13:54 2000 +0000
+++ b/sys/arch/mips/include/psl.h       Tue Jul 18 22:01:47 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: psl.h,v 1.13 2000/05/15 08:36:32 nisimura Exp $        */
+/*     $NetBSD: psl.h,v 1.13.4.1 2000/07/18 22:01:47 jeffs Exp $       */
 
 /*
  * Copyright (c) 1992, 1993
@@ -52,8 +52,7 @@
 #define        MIPS3_PSL_LOWIPL        (MIPS3_INT_MASK | MIPS_SR_INT_IE)
 
 #if defined(_MIPS_BSD_API) && _MIPS_BSD_API != _MIPS_BSD_API_LP32
-#define MIPS3_PSL_XFLAGS       \
-               (MIPS3_SR_XX | MIPS3_SR_KX | MIPS3_SR_UX | MIPS3_SR_SX)
+#define MIPS3_PSL_XFLAGS       (MIPS3_SR_XX | MIPS3_SR_UX)
 #else
 #define MIPS3_PSL_XFLAGS       (0)
 #endif



Home | Main Index | Thread Index | Old Index