Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/powerpc/include Remove PSL_SPV from BOOKE PSL_USERMOD



details:   https://anonhg.NetBSD.org/src/rev/e6a24b33b6d1
branches:  trunk
changeset: 809367:e6a24b33b6d1
user:      matt <matt%NetBSD.org@localhost>
date:      Mon Jul 06 05:36:26 2015 +0000

description:
Remove PSL_SPV from BOOKE PSL_USERMOD

diffstat:

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

diffs (18 lines):

diff -r 2599d8cd10f4 -r e6a24b33b6d1 sys/arch/powerpc/include/psl.h
--- a/sys/arch/powerpc/include/psl.h    Mon Jul 06 05:25:29 2015 +0000
+++ b/sys/arch/powerpc/include/psl.h    Mon Jul 06 05:36:26 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: psl.h,v 1.19 2014/02/28 05:27:38 matt Exp $    */
+/*     $NetBSD: psl.h,v 1.20 2015/07/06 05:36:26 matt Exp $    */
 
 /*
  * Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -112,7 +112,7 @@
 #elif defined(PPC_BOOKE)
 #define        PSL_USERSET             (PSL_EE | PSL_PR | PSL_IS | PSL_DS | PSL_ME | PSL_CE | PSL_DE)
 #define        PSL_USERMASK            (PSL_SPV | PSL_CE | 0xFFFF)
-#define        PSL_USERMOD             (PSL_SPV)
+#define        PSL_USERMOD             (0)
 #else /* PPC_IBM4XX */
 #ifdef PPC_IBM403
 #define        PSL_USERSET             (PSL_EE | PSL_PR | PSL_IR | PSL_DR | PSL_ME)



Home | Main Index | Thread Index | Old Index