commit | 621266bdf4b78fa92f7eabd7688b86f0dbd61d64 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Thu Jan 28 15:55:37 2010 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Thu Jan 28 15:55:37 2010 +0900 |
tree | d82d5468c13bd04a9eb412a1260edbf55485e2a9 | |
parent | f655f5e956eaf4fcda983f3b3d37c76371556c27 [diff] |
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 <lethal@linux-sh.org>