cpu: Remove new instance of __cpuinit that crept back in
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 27 Apr 2015 22:47:58 +0000 (18:47 -0400)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 27 May 2015 19:58:39 +0000 (12:58 -0700)
commit927da9dfd13aec358496de9488384f1a663c679a
treed49424725afaa1d85ba978a0395c13a2c3ea800d
parent64eaf974218d576812919c8b1a8d87ded4e695d9
cpu: Remove new instance of __cpuinit that crept back in

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 <paulmck@linux.vnet.ibm.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
kernel/cpu.c