CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/09/09 19:30:14
Modified files:
sys/arch/amd64/amd64: lapic.c
sys/arch/i386/i386: lapic.c
Log message:
amd64, i386: lapic_initclocks: install i8254 before lapic_startclock()
In the future, the clock interrupt code will need a working
timecounter to do its job. In lapic_initclocks(), call
i8254_inittimecounter_simple() before lapic_startclock().
The i8254 may be be a piece of junk, but one timecounter is better
than none.
