summaryrefslogtreecommitdiff
path: root/block
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2011-06-14 15:05:09 (GMT)
committerScott Wood <scottwood@freescale.com>2013-04-04 22:09:29 (GMT)
commit0bc73c675a0fcf7ebb360d8ed9aa39206b29b54f (patch)
tree78cb3b9195427ecd9a7fb2e73b484625f2749451 /block
parentbe04edec1b97e57211e3b10c2fe485b5d29ed0d2 (diff)
downloadlinux-fsl-qoriq-0bc73c675a0fcf7ebb360d8ed9aa39206b29b54f.tar.xz
fs-block-rt-support.patch
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'block')
-rw-r--r--block/blk-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/block/blk-core.c b/block/blk-core.c
index 0ff1564..372ddb3 100644
--- a/block/blk-core.c
+++ b/block/blk-core.c
@@ -241,7 +241,7 @@ EXPORT_SYMBOL(blk_delay_queue);
**/
void blk_start_queue(struct request_queue *q)
{
- WARN_ON(!irqs_disabled());
+ WARN_ON_NONRT(!irqs_disabled());
queue_flag_clear(QUEUE_FLAG_STOPPED, q);
__blk_run_queue(q);