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)
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>

No differences found