NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: port-arm/51380: Mutex error: mutex_vector_enter: locking against myself



The following reply was made to PR port-arm/51380; it has been noted by GNATS.

From: Sevan Janiyan <venture37%geeklan.co.uk@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: port-arm/51380: Mutex error: mutex_vector_enter: locking against
 myself
Date: Sat, 30 Jul 2016 16:23:17 +0100

 Thanks to mlelstv for pointing to
 
 sc->sc_ih = intr_establish(mb->mb_intrbase + 0,
              IPL_SCHED, IST_LEVEL, edma_intr, sc);
 
 and
 
 sc->sc_ih = intr_establish(oa->obio_intr, IPL_VM, IST_LEVEL,
              sdhc_intr, &sc->sc);
 
 
 Sevan
 


Home | Main Index | Thread Index | Old Index