diff options
author | Marcelo Tosatti <marcelo@kvack.org> | 2006-09-27 10:51:02 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-09-27 17:26:19 +0200 |
commit | 7583ddfd3aae1007bc4fc67ea4c07d573d376e9e (patch) | |
tree | f88625aa25b246b29fc683682fa427ce18f08925 /init | |
parent | [PATCH] alloc_fdtable() cleanup (diff) | |
download | linux-7583ddfd3aae1007bc4fc67ea4c07d573d376e9e.tar.xz linux-7583ddfd3aae1007bc4fc67ea4c07d573d376e9e.zip |
[PATCH] Include __param section in read-only data range
The param section is an array of "kernel_param" structures, storing only
constant data: pointer to name, permission of the variable pointed to by
(void *)arg and pointers to set/get methods.
Move end_rodata down to include __param section in the read-only range used
by CONFIG_DEBUG_RODATA.
Signed-off-by: Marcelo Tosatti <marcelo@kvack.org>
Acked-by: Arjan van de Ven <arjan@infradead.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions