From: Alexander Sverdlin Date: Wed, 18 Mar 2015 13:05:21 +0000 (+0100) Subject: MIPS: Octeon: Remove udelay() causing huge IRQ latency X-Git-Tag: omap-for-v4.2/o2_dc~101^2^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73bf3c2a500b2db8ac966469591196bf55afb409;p=pandora-kernel.git MIPS: Octeon: Remove udelay() causing huge IRQ latency udelay() in PCI/PCIe read/write callbacks cause 30ms IRQ latency on Octeon platforms because these operations are called from PCI_OP_READ() and PCI_OP_WRITE() under raw_spin_lock_irqsave(). Signed-off-by: Alexander Sverdlin Cc: linux-mips@linux-mips.org Cc: David Daney Cc: Rob Herring Cc: Jiri Kosina Cc: Randy Dunlap Cc: Masanari Iida Cc: Bjorn Helgaas Cc: Mathias Patchwork: https://patchwork.linux-mips.org/patch/9576/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed