the bitrig smpns branch has been updated by haesbaert with 1 new commit: commit 152e890ba09eb30f870f711ee1775654c9d57b4b diff: https://github.com/bitrig/bitrig/commit/152e890 author: Christiano Haesbaert <[email protected]> date: Thu Oct 30 21:04:14 2014 +0100
crit_rundeferred() -> crit_unpend(), call MD intr_unpend(). Make crit_unpend() the function to be called everytime we leave a critical section, make it call intr_unpend() which is MD. Trying to keep the code in intr_unpend() MI now is unrealistic. M sys/arch/amd64/amd64/intr.c M sys/arch/amd64/amd64/spl.S M sys/arch/amd64/include/intr.h M sys/kern/kern_crit.c M sys/sys/proc.h
