Module Name: src Committed By: mrg Date: Sun Jan 3 12:39:23 UTC 2010
Modified Files: src/sys/arch/sparc/include: cpu.h src/sys/arch/sparc/sparc: intr.c locore.s Log Message: add two new members to struct intrhand: ih_realfun and ih_realarg, and use them to take the kernel lock around non-IPL_VM interrupts, using a intr_biglock_wrapper() function ike x86 does. To generate a diff of this commit: cvs rdiff -u -r1.87 -r1.88 src/sys/arch/sparc/include/cpu.h cvs rdiff -u -r1.105 -r1.106 src/sys/arch/sparc/sparc/intr.c cvs rdiff -u -r1.251 -r1.252 src/sys/arch/sparc/sparc/locore.s Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.