Re: [PATCH 34/35] tick: Provide tick_suspend_local()

2015-02-18 Thread Lorenzo Pieralisi
On Wed, Feb 18, 2015 at 01:35:24PM +, Peter Zijlstra wrote: > On Tue, Feb 17, 2015 at 02:31:42PM +, Lorenzo Pieralisi wrote: > > On Mon, Feb 16, 2015 at 12:15:09PM +, Peter Zijlstra wrote: > > > From: Thomas Gleixner > > > > > > This function is intended to use by the freezer once the

Re: [PATCH 34/35] tick: Provide tick_suspend_local()

2015-02-18 Thread Rafael J. Wysocki
On Wednesday, February 18, 2015 02:35:24 PM Peter Zijlstra wrote: > On Tue, Feb 17, 2015 at 02:31:42PM +, Lorenzo Pieralisi wrote: > > On Mon, Feb 16, 2015 at 12:15:09PM +, Peter Zijlstra wrote: > > > From: Thomas Gleixner > > > > > > This function is intended to use by the freezer once t

Re: [PATCH 34/35] tick: Provide tick_suspend_local()

2015-02-18 Thread Peter Zijlstra
On Tue, Feb 17, 2015 at 02:31:42PM +, Lorenzo Pieralisi wrote: > On Mon, Feb 16, 2015 at 12:15:09PM +, Peter Zijlstra wrote: > > From: Thomas Gleixner > > > > This function is intended to use by the freezer once the freezer folks > > solved their race issues. Also required to get rid of t

Re: [PATCH 34/35] tick: Provide tick_suspend_local()

2015-02-17 Thread Nicolas Pitre
On Tue, 17 Feb 2015, Nicolas Pitre wrote: > On Tue, 17 Feb 2015, Lorenzo Pieralisi wrote: > > > On Mon, Feb 16, 2015 at 12:15:09PM +, Peter Zijlstra wrote: > > > From: Thomas Gleixner > > > > > > This function is intended to use by the freezer once the freezer folks > > > solved their race

Re: [PATCH 34/35] tick: Provide tick_suspend_local()

2015-02-17 Thread Nicolas Pitre
On Tue, 17 Feb 2015, Lorenzo Pieralisi wrote: > On Mon, Feb 16, 2015 at 12:15:09PM +, Peter Zijlstra wrote: > > From: Thomas Gleixner > > > > This function is intended to use by the freezer once the freezer folks > > solved their race issues. Also required to get rid of the ARM BL > > switch

Re: [PATCH 34/35] tick: Provide tick_suspend_local()

2015-02-17 Thread Lorenzo Pieralisi
On Mon, Feb 16, 2015 at 12:15:09PM +, Peter Zijlstra wrote: > From: Thomas Gleixner > > This function is intended to use by the freezer once the freezer folks > solved their race issues. Also required to get rid of the ARM BL > switcher tick hackery. Totally agree with the patch(es), but I n