]> git.karo-electronics.de Git - karo-tx-linux.git/commit
avr32: normalize global variables exported by vmlinux.lds
authorJiang Liu <liuj97@gmail.com>
Thu, 27 Jun 2013 23:51:50 +0000 (09:51 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 28 Jun 2013 06:37:44 +0000 (16:37 +1000)
commit276b23888999e56f9fbd403f47028cc0fd790764
treea5476d184b8a8bfc334f69d5b79c21dc96663edf
parent9d666380628f7e69dc437499ab2a2639c84e3d4d
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