lkml.org 
[lkml]   [2007]   [Jun]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [RFC PATCH 2/6] Split out tasklets from softirq.c
From
Date
On Fri, 2007-06-22 at 22:45 +0900, Akinobu Mita wrote:
> 2007/6/22, Steven Rostedt <rostedt@goodmis.org>:
>
> > +static inline void tasklet_unlock_wait(struct tasklet_struct *t)
> > +{
> > + while (test_bit(TASKLET_STATE_RUN, &(t)->state)) { barrier(); }
> > +}
>
> BTW, can we use cpu_relax() instead of barrier() in this busy-wait loop?
>

Probably, but not in this patch series. That's part of the code I'm
trying to remove ;-)

-- Steve


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2007-06-22 16:01    [W:0.210 / U:0.576 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site