From: Jiang Liu Date: Wed, 3 Jul 2013 22:03:34 +0000 (-0700) Subject: avr32: normalize global variables exported by vmlinux.lds X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~17^2~330 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e555f8d0f81d8e28a63fe432ec7bcc26e95006b;p=pandora-kernel.git 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 Acked-by: Hans-Christian Egtvedt Cc: Haavard Skinnemoen Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed