]> git.baikalelectronics.ru Git - kernel.git/commit
kernel/cpu.c: remove new instance of __cpuinit that crept back in
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sat, 18 Apr 2015 20:35:10 +0000 (16:35 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Tue, 16 Jun 2015 18:12:22 +0000 (14:12 -0400)
commit8c43d4f745efb178e7f92be2f0ad932f1cd10ff3
tree6b49421db084dc8b1edbdd913a08c3dfeabdd338
parent8ab62edd5b2f085f6d3b6dac1be945433f755bda
kernel/cpu.c: 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 4bc00f77b2d2cc378880cf940beb
("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>
kernel/cpu.c