fc7b72ee10
enabled (from the attach routine), and add comments as to why. Some PALcode apparently 'saves' a clock interrupt for the kernel, and if the clock interrupt handler is enabled at attach time, it will be run when that interrupt hits, i.e. right after the spl0() at the end of autoconfiguration. That would cause hardclock to be run, but proc0's p_stats isn't set up by then, which would cause hardclock to crash. |
||
---|---|---|
bin | ||
distrib | ||
etc | ||
games | ||
gnu | ||
include | ||
lib | ||
libexec | ||
regress | ||
sbin | ||
share | ||
sys | ||
usr.bin | ||
usr.sbin | ||
Makefile |