Module Name: src
Committed By: bouyer
Date: Wed Feb 16 21:36:01 UTC 2011
Modified Files:
src/doc [netbsd-5]: CHANGES-5.2
Log Message:
Fix message for ticket 1553
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.58 -r1.1.2.59 src/doc/CHANGES-5.2
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-5.2
diff -u src/doc/CHANGES-5.2:1.1.2.58 src/doc/CHANGES-5.2:1.1.2.59
--- src/doc/CHANGES-5.2:1.1.2.58 Wed Feb 16 21:35:18 2011
+++ src/doc/CHANGES-5.2 Wed Feb 16 21:36:01 2011
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.2,v 1.1.2.58 2011/02/16 21:35:18 bouyer Exp $
+# $NetBSD: CHANGES-5.2,v 1.1.2.59 2011/02/16 21:36:01 bouyer Exp $
A complete list of changes from the NetBSD 5.1 release to the NetBSD 5.2
release:
@@ -4743,5 +4743,8 @@
occurs if a cpu isn't attached (such as a MP kernel with only "cpu0"
listed in the config file..)
- fix the previous to compile !MULTIPROCESSOR.
+ from tsutsui:
+ - Make sure to initialize cpus[0] which will also be used as cpuinfo
+ for sun4 and sun4c, not only for sun4m. Okay'ed by mrg@.
[mrg, ticket 1553]