Re: [PATCH 1/5] x86,smp: move waiting on contended ticket lock out of line

2013-01-10 Thread Raghavendra K T
* Rik van Riel [2013-01-08 17:32:52]: > 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 > Reviewed-by: Steven Rostedt > Reviewed-by: Michel Lespi

Re: [PATCH 1/5] x86,smp: move waiting on contended ticket lock out of line

2013-01-08 Thread Eric Dumazet
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 > Reviewed-by: Steven Rostedt > Reviewed-b

[PATCH 1/5] x86,smp: move waiting on contended ticket lock out of line

2013-01-08 Thread Rik van Riel
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 Reviewed-by: Steven Rostedt Reviewed-by: Michel Lespinasse Reviewed-by: Rafael Aquini --- v2: clean up th

Re: [RFC PATCH 1/5] x86,smp: move waiting on contended ticket lock out of line

2013-01-03 Thread Michel Lespinasse
On Wed, Jan 2, 2013 at 9:18 PM, 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. Looks good :) Still-reviewed-by: Michel Lespinasse -- Michel "Walken" Lespi

[RFC PATCH 1/5] x86,smp: move waiting on contended ticket lock out of line

2013-01-02 Thread Rik van Riel
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 Reviewed-by: Steven Rostedt Reviewed-by: Michel Lespinasse Reviewed-by: Rafael Aquini --- v2: clean up th