Re: [(RT RFC) PATCH v2 7/9] adaptive mutexes

2008-02-25 Thread Gregory Haskins
>>> On Mon, Feb 25, 2008 at 5:09 PM, in message <[EMAIL PROTECTED]>, Pavel Machek <[EMAIL PROTECTED]> wrote: > Hi! > >> From: Peter W.Morreale <[EMAIL PROTECTED]> >> >> This patch adds the adaptive spin lock busywait to rtmutexes. It adds >> a new tunable: rtmutex_timeout, which is the compani

Re: [(RT RFC) PATCH v2 7/9] adaptive mutexes

2008-02-25 Thread Pavel Machek
Hi! > From: Peter W.Morreale <[EMAIL PROTECTED]> > > This patch adds the adaptive spin lock busywait to rtmutexes. It adds > a new tunable: rtmutex_timeout, which is the companion to the > rtlock_timeout tunable. > > Signed-off-by: Peter W. Morreale <[EMAIL PROTECTED]> Not signed off by you?

[(RT RFC) PATCH v2 7/9] adaptive mutexes

2008-02-25 Thread Gregory Haskins
From: Peter W.Morreale <[EMAIL PROTECTED]> This patch adds the adaptive spin lock busywait to rtmutexes. It adds a new tunable: rtmutex_timeout, which is the companion to the rtlock_timeout tunable. Signed-off-by: Peter W. Morreale <[EMAIL PROTECTED]> --- kernel/Kconfig.preempt| 37 +