Note several recent Alpha improvements.

This commit is contained in:
thorpej 2020-09-19 03:33:15 +00:00
parent 0c093eb79d
commit a49efde809
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2739 $>
# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2740 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@ -283,3 +283,7 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
gcc(1): Install TSan for 64bit CPUs. [kamil 20200913]
network: IPv6 Neighor Detection is now address agnostic
and is used by ARP. RFC 7048 is included. [roy 20200916]
alpha: Fixed several stability problems with MULTIPROCESSOR
enabled. Improved performance of TLB operations in
pmap module. Implemented fast-soft-interrupts. Enabled
MULTIPROCESSOR in GENERIC. [thorpej 20200918]