[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <1161708487.2414.20.camel@localhost.localdomain>
Date: Tue, 24 Oct 2006 09:48:07 -0700
From: Daniel Walker <dwalker@...sta.com>
To: tglx@...utronix.de
Cc: sergio@...giomb.no-ip.org, Lee Revell <rlrevell@...-job.com>,
Ingo Molnar <mingo@...e.hu>, linux-kernel@...r.kernel.org,
John Stultz <johnstul@...ibm.com>,
"Paul E. McKenney" <paulmck@...ibm.com>,
Dipankar Sarma <dipankar@...ibm.com>,
Arjan van de Ven <arjan@...radead.org>,
Mike Galbraith <efault@....de>,
Manish Lachwani <mlachwani@...sta.com>, bastien.dugue@...l.net
Subject: Re: -rt7 announcement? (was Re: 2.6.18-rt6) and more info about a
compile error
Is this new functionality? I thought -rt7 was just moving to the -mm'ish
hrtimers. What's changing the rtmutex?
Daniel
On Tue, 2006-10-24 at 06:38 +0200, Thomas Gleixner wrote:
> Index: linux-2.6.18/kernel/rtmutex.c
> ===================================================================
> --- linux-2.6.18.orig/kernel/rtmutex.c 2006-10-24 06:33:02.000000000 +0200
> +++ linux-2.6.18/kernel/rtmutex.c 2006-10-24 06:31:55.000000000 +0200
> @@ -902,7 +902,10 @@ static inline void rt_reacquire_bkl(int
> }
>
> #else
> -# define rt_release_bkl(x) (-1)
> +static inline int rt_release_bkl(struct rt_mutex *lock, unsigned long flags)
> +{
> + return -1;
> +}
> # define rt_reacquire_bkl(x) do { } while (0)
> #endif
>
>
>
-
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