Module Name: src Committed By: nakayama Date: Sat Jun 18 18:54:25 UTC 2011
Modified Files: src/doc: CHANGES Log Message: sparc64: Add fast softint(9) support. To generate a diff of this commit: cvs rdiff -u -r1.1566 -r1.1567 src/doc/CHANGES 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 diff -u src/doc/CHANGES:1.1566 src/doc/CHANGES:1.1567 --- src/doc/CHANGES:1.1566 Fri Jun 17 03:57:39 2011 +++ src/doc/CHANGES Sat Jun 18 18:54:25 2011 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1566 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1567 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -1039,3 +1039,4 @@ powerpc: the generic PIC code now supports matt@'s fast softintr code [macallan 20110615] alpha: support for Avalon A12 removed [matt 20110617] + sparc64: Add fast softint(9) support. [nakayama 20110618]