Module Name: src Committed By: mrg Date: Mon Jan 4 04:21:35 UTC 2010
Modified Files: src/sys/arch/sparc/sparc: timer.c timer_sun4m.c timervar.h Log Message: rework the timer interrupt usage on MP sun4m systems a little. use either schedintr() or schedintr_4m() and make sure we call hardclock() and schedclock() appropriately. the level10 interrupt isn't used much for MP sun4m systems anymore.. now, besides crazy interrupts panics, sparc smp is functionaly again. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/arch/sparc/sparc/timer.c cvs rdiff -u -r1.19 -r1.20 src/sys/arch/sparc/sparc/timer_sun4m.c cvs rdiff -u -r1.8 -r1.9 src/sys/arch/sparc/sparc/timervar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.