[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20100402204018.575140584@osadl.org>
Date: Fri, 02 Apr 2010 22:40:18 +0200
From: Carsten Emde <C.Emde@...dl.org>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: Arjan van de Veen <arjan@...radead.org>,
Thomas Gleixner <tglx@...utronix.de>,
Pradyumna Sampath <pradysam@...il.com>,
LKML <linux-kernel@...r.kernel.org>,
RT-users <linux-rt-users@...r.kernel.org>,
Carsten Emde <C.Emde@...dl.org>
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.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists