From: Carsten Emde on 2 Apr 2010 16:50 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(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|
Pages: 1 Prev: kernel crashing with reare bug Next: [PATCH 2/2] let-message-queue-timeout-use-hrtimer.patch |