]> git.karo-electronics.de Git - karo-tx-linux.git/commit
avr32: normalize global variables exported by vmlinux.lds
authorJiang Liu <liuj97@gmail.com>
Wed, 19 Jun 2013 00:06:22 +0000 (10:06 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 19 Jun 2013 07:13:14 +0000 (17:13 +1000)
commit56980721aaadd049b18c9c3e6781921e7438bd89
treeb549e7e8f4416a0ccc4d7f5f3e787251c42d6407
parentb1944884fccdb9449a05ebf94c3918fa688f8503
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