kernel-ark/arch/avr32/kernel
Jiang Liu 2e555f8d0f 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>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2013-07-03 16:07:34 -07:00
..
.gitignore avr32: add .gitignore files 2008-09-19 18:21:29 +02:00
asm-offsets.c avr32: Fix lockup after Java stack underflow in user mode 2008-09-01 13:04:04 +02:00
avr32_ksyms.c asm-generic: rename generic little-endian bitops functions 2011-03-23 19:46:11 -07:00
cpu.c cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystem 2011-12-21 14:29:42 -08:00
entry-avr32b.S avr32: switch to generic kernel_thread()/kernel_execve() 2012-10-15 11:14:38 -04:00
head.S
irq.c driver-core: remove sysdev.h usage. 2011-12-21 16:26:03 -08:00
kprobes.c [AVR32] Enable debugging only when needed 2008-01-25 08:31:39 +01:00
Makefile avr32: switch to generic kernel_thread()/kernel_execve() 2012-10-15 11:14:38 -04:00
module.c avr32: fix relocation check for signed 18-bit offset 2013-05-13 22:22:10 +02:00
nmi_debug.c [AVR32] NMI debugging 2008-01-25 08:31:43 +01:00
ocd.c libfs: allow error return from simple attributes 2008-02-08 09:22:34 -08:00
process.c sched: Rename sched.c as sched/core.c in comments and Documentation 2013-06-19 12:58:42 +02:00
ptrace.c ptrace: cleanup arch_ptrace() on avr32 2010-10-27 18:03:10 -07:00
setup.c avr32: normalize global variables exported by vmlinux.lds 2013-07-03 16:07:34 -07:00
signal.c avr32: switch to generic sigaltstack 2013-02-03 18:15:50 -05:00
stacktrace.c fix core/stacktrace changes on avr32, mips, sh 2008-07-18 14:42:35 +02:00
switch_to.S
syscall_table.S avr32: switch to generic sigaltstack 2013-02-03 18:15:50 -05:00
syscall-stubs.S avr32: switch to generic sigaltstack 2013-02-03 18:15:50 -05:00
time.c avr32: Use generic idle loop 2013-04-08 17:39:24 +02:00
traps.c taint: add explicit flag to show whether lock dep is still OK. 2013-01-21 17:17:57 +10:30
vmlinux.lds.S avr32: normalize global variables exported by vmlinux.lds 2013-07-03 16:07:34 -07:00