Re: [PATCH 09/11] kernel/cpu.c: remove new instance of __cpuinit that crept back in

2015-04-28 Thread Paul Gortmaker
On 15-04-28 09:12 AM, Paul E. McKenney wrote: > On Mon, Apr 27, 2015 at 06:47:58PM -0400, Paul Gortmaker wrote: >> We removed __cpuinit support (leaving no-op stubs) quite some time ago. >> However a new instance was added in commit 00df35f991914db6b8bde8cf0980 >> ("cpu: Defer smpboot kthread unpar

Re: [PATCH 09/11] kernel/cpu.c: remove new instance of __cpuinit that crept back in

2015-04-28 Thread Paul E. McKenney
On Mon, Apr 27, 2015 at 06:47:58PM -0400, Paul Gortmaker wrote: > We removed __cpuinit support (leaving no-op stubs) quite some time ago. > However a new instance was added in commit 00df35f991914db6b8bde8cf0980 > ("cpu: Defer smpboot kthread unparking until CPU known to scheduler") > > Since we w

[PATCH 09/11] kernel/cpu.c: remove new instance of __cpuinit that crept back in

2015-04-27 Thread Paul Gortmaker
We removed __cpuinit support (leaving no-op stubs) quite some time ago. However a new instance was added in commit 00df35f991914db6b8bde8cf0980 ("cpu: Defer smpboot kthread unparking until CPU known to scheduler") Since we want to clobber the stubs soon, get this removed now. Cc: Paul E. McKenney