kernel-hacking-2024-linux-s.../arch/c6x
Jiang Liu 06256f8f71 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>
2013-07-03 16:07:34 -07:00
..
boot c6x: use new common dtc rule 2012-12-03 17:17:49 -06:00
configs
include consolidate io_remap_pfn_range definitions 2013-06-29 12:46:35 +04:00
kernel c6x: normalize global variables exported by vmlinux.lds 2013-07-03 16:07:34 -07:00
lib
mm mm: concentrate modification of totalram_pages into the mm core 2013-07-03 16:07:33 -07:00
platforms
Kconfig idle: Remove GENERIC_IDLE_LOOP config switch 2013-04-17 10:39:38 +02:00
Makefile c6x: use new common dtc rule 2012-12-03 17:17:49 -06:00