Module Name: src
Committed By: sborrill
Date: Mon Oct 19 07:24:44 UTC 2009
Modified Files:
src/doc [netbsd-5]: CHANGES-5.1
Log Message:
Pull up the following revisions(s) (requested by nakayama in ticket #1103):
sys/arch/sparc64/include/userret.h: revision 1.9
sys/arch/sparc64/sparc64/trap.c: revision 1.158
Merge want_ast check in userret() into trap handler, and repeat preempt()
call while want_resched is true. While there remove unnecessary #if 1. This
should fix a performance degradation of disk I/O on heavy load.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.122 -r1.1.2.123 src/doc/CHANGES-5.1
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.1
diff -u src/doc/CHANGES-5.1:1.1.2.122 src/doc/CHANGES-5.1:1.1.2.123
--- src/doc/CHANGES-5.1:1.1.2.122 Sun Oct 18 19:04:41 2009
+++ src/doc/CHANGES-5.1 Mon Oct 19 07:24:44 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.1,v 1.1.2.122 2009/10/18 19:04:41 snj Exp $
+# $NetBSD: CHANGES-5.1,v 1.1.2.123 2009/10/19 07:24:44 sborrill Exp $
A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1
release:
@@ -14464,3 +14464,12 @@
Add hdaudio directory to the base set list.
[sborrill, ticket #1102]
+sys/arch/sparc64/include/userret.h 1.9
+sys/arch/sparc64/sparc64/trap.c 1.158
+
+ Merge want_ast check in userret() into trap handler, and
+ repeat preempt() call while want_resched is true. While
+ there remove unnecessary #if 1. This should fix a performance
+ degradation of disk I/O on heavy load.
+ [nakayama, ticket #1103]
+