From: Paul Mundt Date: Thu, 28 Jan 2010 06:55:37 +0000 (+0900) Subject: sh: Quiet noisy coherent DMA unmapping on R2D. X-Git-Tag: v2.6.34-rc1~285^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=621266bdf4b78fa92f7eabd7688b86f0dbd61d64;p=pandora-kernel.git sh: Quiet noisy coherent DMA unmapping on R2D. 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 --- Reading git-diff-tree failed