From a1697079d96c785bbb65e6e242467cfa891c3000 Mon Sep 17 00:00:00 2001 From: martin Date: Thu, 16 Jun 2022 14:23:27 +0000 Subject: Tickets #1473 and #1474 --- doc/CHANGES-9.3 | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-9.3 b/doc/CHANGES-9.3 index cc97bf96908..05224cd7d12 100644 --- a/doc/CHANGES-9.3 +++ b/doc/CHANGES-9.3 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.3,v 1.1.2.106 2022/06/14 10:42:20 martin Exp $ +# $NetBSD: CHANGES-9.3,v 1.1.2.107 2022/06/16 14:23:27 martin Exp $ A complete list of changes from the NetBSD 9.2 release to the NetBSD 9.3 release: @@ -1828,3 +1828,13 @@ sys/lib/libkern/arch/hppa/milli_extra.S 1.1 Provide a (trivial) __canonicalize_funcptr_for_compare. [skrll, ticket #1472] +sys/lib/libkern/arch/hppa/milli_extra.S 1.2 + + Fix wrong register usage in ticket #1472. + [skrll, ticket #1473] + +sys/arch/hppa/hppa/pmap.c 1.120 + + PR 56867: purge the translations from the TLBs in pmap_procwr. + [skrll, ticket #1474] + -- cgit