Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-2-1]: src/doc Ticket 5950.
details: https://anonhg.NetBSD.org/src/rev/d33196c19ae4
branches: netbsd-2-1
changeset: 564108:d33196c19ae4
user: riz <riz%NetBSD.org@localhost>
date: Sun Oct 30 17:43:03 2005 +0000
description:
Ticket 5950.
diffstat:
doc/CHANGES-2.1.1 | 11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletions(-)
diffs (22 lines):
diff -r c6c786cf8d18 -r d33196c19ae4 doc/CHANGES-2.1.1
--- a/doc/CHANGES-2.1.1 Sun Oct 30 17:40:53 2005 +0000
+++ b/doc/CHANGES-2.1.1 Sun Oct 30 17:43:03 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-2.1.1,v 1.1.2.3 2005/10/28 23:46:04 riz Exp $
+# $NetBSD: CHANGES-2.1.1,v 1.1.2.4 2005/10/30 17:43:03 riz Exp $
A complete list of changes from the NetBSD 2.1 release to the NetBSD 2.1.1
release
@@ -44,3 +44,12 @@
simplifying man.tgz set sharing.
[jmc, ticket #5948]
+sys/arch/sparc/sparc/cpu.c 1.193
+
+ Compute c_totalsize for split caches correctly: it's max, not sum (and
+ we even have that documented in cache.h). Initialize c_nlines for
+ split caches.
+ This should fix srmmu cache flush routines for split I/D caches that
+ has been broken since cache.c revision 1.79 started using c_nlines.
+ [uwe, ticket #5950]
+
Home |
Main Index |
Thread Index |
Old Index