summaryrefslogtreecommitdiff
path: root/arch/h8300/kernel/vmlinux.lds.S
diff options
context:
space:
mode:
authorJiang Liu <liuj97@gmail.com>2013-07-03 22:03:35 (GMT)
committerLinus Torvalds <torvalds@linux-foundation.org>2013-07-03 23:07:34 (GMT)
commit06256f8f719917581a221221bb851fcf88de564b (patch)
treeb2a8753786b1d19993df813a933069c1dc18cb09 /arch/h8300/kernel/vmlinux.lds.S
parent2e555f8d0f81d8e28a63fe432ec7bcc26e95006b (diff)
downloadlinux-fsl-qoriq-06256f8f719917581a221221bb851fcf88de564b.tar.xz
c6x: normalize global variables exported by vmlinux.lds
Normalize global variables exported by vmlinux.lds to conform usage guidelines from include/asm-generic/sections.h. Use _text to mark the start of the kernel image including the head text, and _stext to mark the start of the .text section. This patch also fixes possible bugs due to current address layout that [__init_begin, __init_end] is a sub-range of [_stext, _etext] and pages within range [__init_begin, __init_end] will be freed by free_initmem(). Signed-off-by: Jiang Liu <jiang.liu@huawei.com> Cc: Mark Salter <msalter@redhat.com> Cc: Aurelien Jacquiot <a-jacquiot@ti.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/h8300/kernel/vmlinux.lds.S')
0 files changed, 0 insertions, 0 deletions