]> Pileus Git - ~andy/linux/commit
modpost: remove all traces of cpuinit/cpuexit sections
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Wed, 19 Jun 2013 23:30:48 +0000 (19:30 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Wed, 26 Jun 2013 16:17:06 +0000 (12:17 -0400)
commite24f6628811e2d4531b443684b598f7050932012
tree2201bb012e4089e5a4a4a45cfee3a54e6dc9af22
parent22f0a27367742f65130c0fb25ef00f7297e032c1
modpost: remove all traces of cpuinit/cpuexit sections

Delete all audit rules that were checking how the .cpuXYZ
related sections were inter-operating with other __init
like sections, now that __cpuinit is gone.  Update the linker
script to not have any knowledge of .cpuinit sections.

[lds.h update courtesy of Ralf Baechle <ralf@linux-mips.org>]

Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
include/asm-generic/vmlinux.lds.h
scripts/mod/modpost.c