Re: [PATCH v3 1/3] powerpc/512x: add LocalPlus Bus FIFO device driver
From: Timur Tabi <hidden>
Date: 2015-09-28 13:18:27
Also in:
linuxppc-dev, lkml
From: Timur Tabi <hidden>
Date: 2015-09-28 13:18:27
Also in:
linuxppc-dev, lkml
Alexander Popov wrote:
The only question I have: why calling dma_unmap_single() from within a spinlock is a bad practice?
I don't know, but usually functions that allocate or free memory cannot be called from within a spinlock. You need to check that. Since the MPC5121 is a single-core CPU, you might not notice if you're doing something wrong. -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html