]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7a1070b35e38567e83ca0ade5b75cabc6d701fa6
treeba7b7a183d0db95a4ddb33e83a075f963a2028e3
parentd6f3e9e74bb457483685880f91485e311b87ed49
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