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)
commitfd6c3a8dc44329d3aff9a578b5120982f63711ee
treeba7b7a183d0db95a4ddb33e83a075f963a2028e3
parent6d9923219c6cd1df360f8823253717623f3ad348
initconst adjustments

- 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>
include/asm-generic/vmlinux.lds.h
include/linux/init.h
scripts/mod/modpost.c