]> git.baikalelectronics.ru Git - kernel.git/commit
init: delete the __cpuinit related stubs
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 27 Apr 2015 21:37:53 +0000 (17:37 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Tue, 16 Jun 2015 18:12:23 +0000 (14:12 -0400)
commitb980594f25dcd6f122abcfd11a5e6b95f545f053
treec5db4a4fec5becf76e8ac4583b051c89334ccb1f
parent8c43d4f745efb178e7f92be2f0ad932f1cd10ff3
init: delete the __cpuinit related stubs

The __cpuinit support was removed several releases ago in 3.11-rc1 with
commit 33c4ff061ee61775b63ad4eb6d3c2c992b5423cb ("init.h: remove __cpuinit
sections from the kernel")

People have had a chance to update their out of tree code, so now we remove
the no-op stubs to ensure no more new use cases can creep back in.

Also delete the mention of __cpuinitdata from the tag script.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
include/linux/init.h
scripts/tags.sh