CVSROOT: /cvs Module name: src Changes by: o...@cvs.openbsd.org 2011/07/05 11:11:07
Modified files: sys/arch/amd64/isa: clock.c sys/arch/i386/i386: apicvec.s sys/arch/i386/include: intr.h intrdefs.h sys/arch/i386/isa: clock.c Log message: N: Thou shalt not call hardclock() with biglock held. i386 disobeys the Nth commandment. Fix this. While here, make i386 and amd64 definitions of iplclock and statclock match. ok art@, kettenis@