Commit 6cb488b0 authored by Thomas Gleixner's avatar Thomas Gleixner

Merge branch 'rt/ipc' into rt/head

parents bfb35e3c 1920d618
...@@ -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