2010-04-02 20:48:38

by Carsten Emde

[permalink] [raw]
Subject: [PATCH 0/2] Convert message queue timeouts to hrtimer

The message queue system calls that may timeout, mq_timedsend() and
mq_timedreceive(), still use the old jiffie-based timer interface.
Convert them to hrtimer.

The first patch provides the hrtimer infrastructure, the second patch
does the actual conversion to hrtimer.

Carsten.