2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-18 10:13:57 +08:00
linux-next/arch
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
..
alpha mm: concentrate modification of totalram_pages into the mm core 2013-07-03 16:07:33 -07:00
arc mm: concentrate modification of totalram_pages into the mm core 2013-07-03 16:07:33 -07:00
arm mm: concentrate modification of totalram_pages into the mm core 2013-07-03 16:07:33 -07:00
arm64 mm: concentrate modification of totalram_pages into the mm core 2013-07-03 16:07:33 -07:00
avr32 avr32: normalize global variables exported by vmlinux.lds 2013-07-03 16:07:34 -07:00
blackfin mm: concentrate modification of totalram_pages into the mm core 2013-07-03 16:07:33 -07:00
c6x c6x: normalize global variables exported by vmlinux.lds 2013-07-03 16:07:34 -07:00
cris mm: concentrate modification of totalram_pages into the mm core 2013-07-03 16:07:33 -07:00
frv mm: concentrate modification of totalram_pages into the mm core 2013-07-03 16:07:33 -07:00
h8300 mm: concentrate modification of totalram_pages into the mm core 2013-07-03 16:07:33 -07:00
hexagon mm: concentrate modification of totalram_pages into the mm core 2013-07-03 16:07:33 -07:00
ia64 mm: concentrate modification of totalram_pages into the mm core 2013-07-03 16:07:33 -07:00
m32r mm: concentrate modification of totalram_pages into the mm core 2013-07-03 16:07:33 -07:00
m68k mm: concentrate modification of totalram_pages into the mm core 2013-07-03 16:07:33 -07:00
metag mm: concentrate modification of totalram_pages into the mm core 2013-07-03 16:07:33 -07:00
microblaze mm: concentrate modification of totalram_pages into the mm core 2013-07-03 16:07:33 -07:00
mips mm: concentrate modification of totalram_pages into the mm core 2013-07-03 16:07:33 -07:00
mn10300 mm: concentrate modification of totalram_pages into the mm core 2013-07-03 16:07:33 -07:00
openrisc mm: concentrate modification of totalram_pages into the mm core 2013-07-03 16:07:33 -07:00
parisc mm: concentrate modification of totalram_pages into the mm core 2013-07-03 16:07:33 -07:00
powerpc mm: concentrate modification of totalram_pages into the mm core 2013-07-03 16:07:33 -07:00
s390 mm: concentrate modification of totalram_pages into the mm core 2013-07-03 16:07:33 -07:00
score mm: concentrate modification of totalram_pages into the mm core 2013-07-03 16:07:33 -07:00
sh mm: concentrate modification of totalram_pages into the mm core 2013-07-03 16:07:33 -07:00
sparc mm: concentrate modification of totalram_pages into the mm core 2013-07-03 16:07:33 -07:00
tile mm: concentrate modification of totalram_pages into the mm core 2013-07-03 16:07:33 -07:00
um mm: concentrate modification of totalram_pages into the mm core 2013-07-03 16:07:33 -07:00
unicore32 mm: concentrate modification of totalram_pages into the mm core 2013-07-03 16:07:33 -07:00
x86 mm: concentrate modification of totalram_pages into the mm core 2013-07-03 16:07:33 -07:00
xtensa mm: concentrate modification of totalram_pages into the mm core 2013-07-03 16:07:33 -07:00
.gitignore
Kconfig mm: soft-dirty bits for user memory changes tracking 2013-07-03 16:07:26 -07:00