NetBSD-Bugs archive

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

PR/51380 CVS commit: src/sys/arch/arm/omap



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

From: "Nick Hudson" <skrll%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/51380 CVS commit: src/sys/arch/arm/omap
Date: Tue, 14 Mar 2017 15:11:41 +0000

 Module Name:	src
 Committed By:	skrll
 Date:		Tue Mar 14 15:11:41 UTC 2017
 
 Modified Files:
 	src/sys/arch/arm/omap: omap_edma.c
 
 Log Message:
 PR/51380: Mutex error: mutex_vector_enter: locking against myself
 
 Change the interrupt handler IPL level to IPL_VM (aka IPL_BIO aka
 IPL_SDMMC) so that the sdhc_host_lock prevents edma_intr from running
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/omap/omap_edma.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index