Module Name: src Committed By: martin Date: Sun Aug 2 07:49:46 UTC 2020
Modified Files: src/doc [netbsd-9]: CHANGES-9.1 Log Message: Ticket #1031 To generate a diff of this commit: cvs rdiff -u -r1.1.2.84 -r1.1.2.85 src/doc/CHANGES-9.1 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.1 diff -u src/doc/CHANGES-9.1:1.1.2.84 src/doc/CHANGES-9.1:1.1.2.85 --- src/doc/CHANGES-9.1:1.1.2.84 Sun Jul 26 11:09:19 2020 +++ src/doc/CHANGES-9.1 Sun Aug 2 07:49:46 2020 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.1,v 1.1.2.84 2020/07/26 11:09:19 martin Exp $ +# $NetBSD: CHANGES-9.1,v 1.1.2.85 2020/08/02 07:49:46 martin Exp $ A complete list of changes from the NetBSD 9.0 release to the NetBSD 9.1 release: @@ -3557,3 +3557,9 @@ distrib/notes/evbarm/hardware 1.15 Add more supported hardware. [nia, ticket #1030] +sys/arch/x86/x86/cpu.c patch + + Fix a panic on a CPU which has no rdtsc instruction. This bug was + added in ticket #1015. + [msaitoh, ticket #1031] +