Commit ea1b5574 authored by Thomas Gleixner's avatar Thomas Gleixner

Merge branch 'rt/head' into rt/2.6.31

parents b0cd3ce7 6cb488b0
...@@ -830,7 +830,7 @@ static inline void pipelined_send(struct mqueue_inode_info *info, ...@@ -830,7 +830,7 @@ static inline void pipelined_send(struct mqueue_inode_info *info,
wake_up_process(receiver->task); wake_up_process(receiver->task);
smp_wmb(); smp_wmb();
receiver->state = STATE_READY; receiver->state = STATE_READY;
preempt_enable_nort(); preempt_enable_rt();
} }
/* pipelined_receive() - if there is task waiting in sys_mq_timedsend() /* pipelined_receive() - if there is task waiting in sys_mq_timedsend()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment