]> Git Repo - linux.git/commit
modpost: remove all traces of cpuinit/cpuexit sections
authorPaul Gortmaker <[email protected]>
Wed, 19 Jun 2013 23:30:48 +0000 (19:30 -0400)
committerPaul Gortmaker <[email protected]>
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 <[email protected]>]

Cc: Arnd Bergmann <[email protected]>
Cc: Rusty Russell <[email protected]>
Signed-off-by: Paul Gortmaker <[email protected]>
include/asm-generic/vmlinux.lds.h
scripts/mod/modpost.c
This page took 0.063919 seconds and 4 git commands to generate.