]> git.neil.brown.name Git - history.git/commit
[PATCH] minor i386 timer changes for 2.5.41
authorGreg Kroah-Hartman <greg@kroah.com>
Thu, 10 Oct 2002 05:52:23 +0000 (22:52 -0700)
committerLinus Torvalds <torvalds@penguin.transmeta.com>
Thu, 10 Oct 2002 05:52:23 +0000 (22:52 -0700)
commit1d447cb6fadf31bf143551cfccb2a4856690e373
treeb7dfc907a7547b84036f604e28f4d81d824aa81c
parent23288376f61ebead762d32466456be114030f3cf
[PATCH] minor i386 timer changes for 2.5.41

Here's an additional patch that contains the cleanups I did to John's
timer patches.  It does the following:

- uses C99 initializers
- makes the timer list static
- adds better documentation to the timer function structure
- makes the timer init function return 0 on success
- NULL terminates the list of timers to make further patches
  easier.
arch/i386/kernel/timers/timer.c
arch/i386/kernel/timers/timer_pit.c
arch/i386/kernel/timers/timer_tsc.c
include/asm-i386/timer.h