initconst adjustments
authorJan Beulich <jbeulich@novell.com>
Thu, 12 Mar 2009 10:58:33 +0000 (10:58 +0000)
committerSam Ravnborg <sam@ravnborg.org>
Tue, 9 Jun 2009 20:37:43 +0000 (22:37 +0200)
- add .init.rodata to INIT_DATA, and group all initconst flavors
  together
- move strings generated from __setup_param() into .init.rodata
- add .*init.rodata to modpost's sets of init sections
- make modpost warn about references between meminit and cpuinit
  as well as memexit and cpuexit sections (as CPU and memory
  hotplug are independently selectable features)

Signed-off-by: Jan Beulich <jbeulich@novell.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>

No differences found