Revision 1604f31895dcdb42edf6511ce7ef0546ff92c8e5 authored by Matthew Wilcox on 04 October 2006, 21:12:52 UTC, committed by Matthew Wilcox on 05 October 2006, 01:48:18 UTC
do_timer now wants to know how many ticks have elapsed.  Now that we
have to calculate that, we can eliminate some of the clever code that
avoided having to calculate that.  Also add some more documentation.
I'd like to thank Grant Grundler for helping me with this.

Signed-off-by: Matthew Wilcox <willy@parisc-linux.org>
1 parent 1070c96
History
File Mode Size
Kconfig -rw-r--r-- 1.7 KB
Kconfig.iosched -rw-r--r-- 1.9 KB
Makefile -rw-r--r-- 347 bytes
as-iosched.c -rw-r--r-- 37.9 KB
blktrace.c -rw-r--r-- 11.9 KB
cfq-iosched.c -rw-r--r-- 51.1 KB
deadline-iosched.c -rw-r--r-- 11.6 KB
elevator.c -rw-r--r-- 24.5 KB
genhd.c -rw-r--r-- 16.7 KB
ioctl.c -rw-r--r-- 7.4 KB
ll_rw_blk.c -rw-r--r-- 100.9 KB
noop-iosched.c -rw-r--r-- 2.6 KB
scsi_ioctl.c -rw-r--r-- 16.4 KB

back to top