Module Name: src
Committed By: martin
Date: Tue Jul 25 11:35:26 UTC 2023
Modified Files:
src/doc [netbsd-9]: CHANGES-9.4
Log Message:
Ticket #1665
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.77 -r1.1.2.78 src/doc/CHANGES-9.4
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-9.4
diff -u src/doc/CHANGES-9.4:1.1.2.77 src/doc/CHANGES-9.4:1.1.2.78
--- src/doc/CHANGES-9.4:1.1.2.77 Tue Jul 25 09:14:06 2023
+++ src/doc/CHANGES-9.4 Tue Jul 25 11:35:26 2023
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.4,v 1.1.2.77 2023/07/25 09:14:06 martin Exp $
+# $NetBSD: CHANGES-9.4,v 1.1.2.78 2023/07/25 11:35:26 martin Exp $
A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4
release:
@@ -1649,3 +1649,8 @@ sys/arch/x86/x86/errata.c 1.31
x86: turn off zenbleed chicken bit on Zen2 cpus.
[mrg, ticket #1664]
+sys/arch/x86/x86/fpu.c 1.86
+
+ x86/fpu: Align savefpu to 64 bytes in fpuinit_mxcsr_mask.
+ [riastradh, ticket #1665]
+