Re: [PATCH -rt 6/9] spinlock/rt_lock random cleanups

2007-07-30 Thread Daniel Walker
On Mon, 2007-07-30 at 10:28 +0530, Ankita Garg wrote: > On Sun, Jul 29, 2007 at 07:45:40PM -0700, Daniel Walker wrote: > > Signed-off-by: Daniel Walker <[EMAIL PROTECTED]> > > > > --- > > include/linux/rt_lock.h |6 -- > > include/linux/spinlock.h |5 +++-- > > 2 files changed, 7 ins

Re: [PATCH -rt 6/9] spinlock/rt_lock random cleanups

2007-07-30 Thread Ingo Molnar
* Daniel Walker <[EMAIL PROTECTED]> wrote: > spinlock/rt_lock random cleanups thanks, applied. Ingo - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH -rt 6/9] spinlock/rt_lock random cleanups

2007-07-29 Thread Ankita Garg
On Sun, Jul 29, 2007 at 07:45:40PM -0700, Daniel Walker wrote: > Signed-off-by: Daniel Walker <[EMAIL PROTECTED]> > > --- > include/linux/rt_lock.h |6 -- > include/linux/spinlock.h |5 +++-- > 2 files changed, 7 insertions(+), 4 deletions(-) > > Index: linux-2.6.22/include/linux/rt

[PATCH -rt 6/9] spinlock/rt_lock random cleanups

2007-07-29 Thread Daniel Walker
Signed-off-by: Daniel Walker <[EMAIL PROTECTED]> --- include/linux/rt_lock.h |6 -- include/linux/spinlock.h |5 +++-- 2 files changed, 7 insertions(+), 4 deletions(-) Index: linux-2.6.22/include/linux/rt_lock.h === ---