Messages in this thread |  | | Subject | Re: [PATCH 1/5] x86,smp: move waiting on contended ticket lock out of line | From | Eric Dumazet <> | Date | Tue, 08 Jan 2013 14:43:39 -0800 |
| |
On Tue, 2013-01-08 at 17:32 -0500, Rik van Riel wrote: > Moving the wait loop for congested loops to its own function allows > us to add things to that wait loop, without growing the size of the > kernel text appreciably. > > Signed-off-by: Rik van Riel <riel@redhat.com> > Reviewed-by: Steven Rostedt <rostedt@goodmiss.org> > Reviewed-by: Michel Lespinasse <walken@google.com> > Reviewed-by: Rafael Aquini <aquini@redhat.com> > --- > v2: clean up the code a little, after Michel's suggestion
Reviewed-by: Eric Dumazet <edumazet@google.com>
|  |