CVSROOT:        /cvs
Module name:    src
Changes by:     ratc...@cvs.openbsd.org 2013/05/24 01:58:47

Modified files:
        sys/dev/isa    : ess.c gus.c mpu_isapnp.c pas.c sb.c wss.c ym.c 
        sys/dev/pci    : auacer.c auglx.c auich.c auixp.c autri.c 
                         auvia.c azalia.c cmpci.c cs4280.c cs4281.c 
                         eap.c emuxki.c envy.c esa.c eso.c fms.c 
                         maestro.c neo.c sv.c yds.c 

Log message:
Since audio code is mp safe, establish isa and pci audio interrupts
with the IPL_MPSAFE flag. In certain circumstances, this prevents
interrupt handlers from waiting the global kernel_lock possibly (hold
by slower code) to be released.

ok kettenis

Reply via email to