sh: Quiet noisy coherent DMA unmapping on R2D.
authorPaul Mundt <lethal@linux-sh.org>
Thu, 28 Jan 2010 06:55:37 +0000 (15:55 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Thu, 28 Jan 2010 06:55:37 +0000 (15:55 +0900)
IRQs are re-enabled at a later stage when doing the unmapping on R2D via
the sm501 USB coherent DMA, resulting in the irqs_disabled() check
producing considerable noise for this configuration. Just kill off the
check, which was blindly copied from x86 anyways.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>

No differences found