summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormacallan <macallan@NetBSD.org>2011-06-16 03:03:08 +0000
committermacallan <macallan@NetBSD.org>2011-06-16 03:03:08 +0000
commitcdaf3b52863fd057eb0ec2f79df869a4bb4dc276 (patch)
tree389014679e769ae4af91054586c19896145a0da9
parentb82584d1e974a1b3eb1712edee580f6d6f49930b (diff)
mention fast softintrs for powerpc
-rw-r--r--doc/CHANGES4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index 312dcb690ee..8b66dead9b5 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1564 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1565 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -1036,3 +1036,5 @@ Changes from NetBSD 5.0 to NetBSD 6.0:
atf(7): Import 0.14. [jmmv 20110614]
evbppc: Enable builds for OEA, ibm4xx and Book-E modules.
[mrg 20110615]
+ powerpc: the generic PIC code now supports matt@'s fast softintr
+ code [macallan 20110615]