]> git.karo-electronics.de Git - karo-tx-linux.git/commit
avr32: normalize global variables exported by vmlinux.lds
authorJiang Liu <liuj97@gmail.com>
Fri, 7 Jun 2013 00:08:03 +0000 (10:08 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 7 Jun 2013 05:42:20 +0000 (15:42 +1000)
commitdf4cd17e14385574ecf7b24ffd7f3d42d095595e
treedeb322d2cb52ce93a2ada11b453c9656d39365db
parent7004d6bd46d197fc23867efedaffb4152e7f8dab
avr32: 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.

Signed-off-by: Jiang Liu <jiang.liu@huawei.com>
Acked-by: Hans-Christian Egtvedt <egtvedt@samfundet.no>
Cc: Haavard Skinnemoen <hskinnemoen@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
arch/avr32/kernel/setup.c
arch/avr32/kernel/vmlinux.lds.S