diff options
| author | martin <martin@NetBSD.org> | 2022-06-16 14:23:27 +0000 |
|---|---|---|
| committer | martin <martin@NetBSD.org> | 2022-06-16 14:23:27 +0000 |
| commit | a1697079d96c785bbb65e6e242467cfa891c3000 (patch) | |
| tree | 8aafaa4413a01d5f6e0c61b8ef7eb6afb7a76f6a | |
| parent | 9d76de85464af96869b07892ed2e936dedf9819f (diff) | |
Tickets #1473 and #1474
| -rw-r--r-- | doc/CHANGES-9.3 | 12 |
1 files changed, 11 insertions, 1 deletions
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] + |
