Module Name: src
Committed By: matt
Date: Mon Jul 6 05:36:27 UTC 2015
Modified Files:
src/sys/arch/powerpc/include: psl.h
Log Message:
Remove PSL_SPV from BOOKE PSL_USERMOD
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/powerpc/include/psl.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/powerpc/include/psl.h
diff -u src/sys/arch/powerpc/include/psl.h:1.19 src/sys/arch/powerpc/include/psl.h:1.20
--- src/sys/arch/powerpc/include/psl.h:1.19 Fri Feb 28 05:27:38 2014
+++ src/sys/arch/powerpc/include/psl.h Mon Jul 6 05:36:26 2015
@@ -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 @@ extern register_t cpu_psluserset, cpu_ps
#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)