CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/09/07 21:06:33
Modified files:
sys/arch/macppc/macppc: clock.c
Log message:
macppc: cpu_initclocks: install tb_timecounter before cpu_startclock()
In the future, the clock interrupt code will need a real timecounter
to work correctly. Nudge the tc_init(9) call for tb_timecounter up
before cpu_startclock().
