Module Name: src
Committed By: martin
Date: Wed May 18 08:47:26 UTC 2016
Modified Files:
src/doc [netbsd-6]: CHANGES-6.2
Log Message:
Ticket #1310
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.249 -r1.1.2.250 src/doc/CHANGES-6.2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-6.2
diff -u src/doc/CHANGES-6.2:1.1.2.249 src/doc/CHANGES-6.2:1.1.2.250
--- src/doc/CHANGES-6.2:1.1.2.249 Tue May 10 23:17:59 2016
+++ src/doc/CHANGES-6.2 Wed May 18 08:47:26 2016
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.2,v 1.1.2.249 2016/05/10 23:17:59 snj Exp $
+# $NetBSD: CHANGES-6.2,v 1.1.2.250 2016/05/18 08:47:26 martin Exp $
A complete list of changes from the 6.1 release until the 6.2 release:
@@ -14276,3 +14276,13 @@ sys/miscfs/specfs/spec_vnops.c 1.161,
Fixes PR kern/50467.
[hannken, ticket #1376]
+sys/arch/powerpc/include/psl.h 1.20 (patch)
+sys/arch/powerpc/include/userret.h 1.29-1.30 (patch)
+sys/arch/powerpc/oea/oea_machdep.c 1.72 (patch)
+
+ Add a check to make sure that if PSL_FP is set, we own the FPU.
+ Don't clear PSL_FP/PSL_VEC.
+ Remove PSL_SPV from BOOKE PSL_USERMOD
+ Don't preserve PSL_FP/PSL_VEC in cpu_setmcontext.
+ [matt, ticket #1310]
+