aboutsummaryrefslogtreecommitdiff
path: root/kernel/posix-cpu-timers.c
diff options
context:
space:
mode:
authorCarsten Emde <[email protected]>2010-04-02 22:40:20 +0200
committerThomas Gleixner <[email protected]>2010-04-06 21:50:03 +0200
commit9ca7d8e6834c40a99622bbe4a88aaf64313ae43c (patch)
tree27c0e93e23c25a30aec38c1f79cfa3d194681d24 /kernel/posix-cpu-timers.c
parent351b3f7a21e413a9b14d0393171497d2373bd702 (diff)
mqueue: Convert message queue timeout to use hrtimers
The message queue functions mq_timedsend() and mq_timedreceive() have not yet been converted to use the hrtimer interface. This patch replaces the call to schedule_timeout() by a call to schedule_hrtimeout() and transforms the expiration time from timespec to ktime as required. [ tglx: Fixed whitespace wreckage ] Signed-off-by: Carsten Emde <[email protected]> Tested-by: Pradyumna Sampath <[email protected]> Cc: Arjan van de Veen <[email protected]> Cc: Andrew Morton <[email protected]> LKML-Reference: <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]>
Diffstat (limited to 'kernel/posix-cpu-timers.c')
0 files changed, 0 insertions, 0 deletions