mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
merge i386/isa/clock.c 1.147: don't talk about register_intr in comments.
This commit is contained in:
parent
ec6e462d78
commit
c24792feab
3 changed files with 3 additions and 3 deletions
|
|
@ -167,7 +167,7 @@ static int i8254_ticked;
|
|||
/*
|
||||
* XXX new_function and timer_func should not handle clockframes, but
|
||||
* timer_func currently needs to hold hardclock to handle the
|
||||
* timer0_state == 0 case. We should use register_intr()/unregister_intr()
|
||||
* timer0_state == 0 case. We should use inthand_add()/inthand_remove()
|
||||
* to switch between clkintr() and a slightly different timerintr().
|
||||
*/
|
||||
static void (*new_function) __P((struct clockframe *frame));
|
||||
|
|
|
|||
|
|
@ -167,7 +167,7 @@ static int i8254_ticked;
|
|||
/*
|
||||
* XXX new_function and timer_func should not handle clockframes, but
|
||||
* timer_func currently needs to hold hardclock to handle the
|
||||
* timer0_state == 0 case. We should use register_intr()/unregister_intr()
|
||||
* timer0_state == 0 case. We should use inthand_add()/inthand_remove()
|
||||
* to switch between clkintr() and a slightly different timerintr().
|
||||
*/
|
||||
static void (*new_function) __P((struct clockframe *frame));
|
||||
|
|
|
|||
|
|
@ -167,7 +167,7 @@ static int i8254_ticked;
|
|||
/*
|
||||
* XXX new_function and timer_func should not handle clockframes, but
|
||||
* timer_func currently needs to hold hardclock to handle the
|
||||
* timer0_state == 0 case. We should use register_intr()/unregister_intr()
|
||||
* timer0_state == 0 case. We should use inthand_add()/inthand_remove()
|
||||
* to switch between clkintr() and a slightly different timerintr().
|
||||
*/
|
||||
static void (*new_function) __P((struct clockframe *frame));
|
||||
|
|
|
|||
Loading…
Reference in a new issue