Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/sparc64
Module Name: src
Committed By: nakayama
Date: Sat Oct 17 08:50:49 UTC 2009
Modified Files:
src/sys/arch/sparc64/include: userret.h
src/sys/arch/sparc64/sparc64: trap.c
Log Message:
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.8 -r1.9 src/sys/arch/sparc64/include/userret.h
cvs rdiff -u -r1.157 -r1.158 src/sys/arch/sparc64/sparc64/trap.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index