linux/arch/sparc/kernel
Frederic Weisbecker 8dd9453737 sparc: correct section of current_pc()
Latest mainline gives this section mismatch on sparc:

The function current_pc() references
the variable __init no_sun4u_here.
This is often because current_pc lacks a __init
annotation or the annotation of no_sun4u_here is wrong.

Since current_pc() is used only in early time, it is correct to
put it in .init section.

Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-10-22 21:53:47 -07:00
..
apc.c
asm-offsets.c
auxio.c
cpu.c
devices.c
dma.c
dma.h
entry.S
etrap.S
head.S sparc: correct section of current_pc() 2008-10-22 21:53:47 -07:00
idprom.c
init_task.c
ioport.c
irq.c
irq.h
kgdb.c
led.c
Makefile
module.c
muldiv.c
of_device.c
pcic.c
pmc.c
process.c
prom.c
ptrace.c
rtrap.S
setup.c
signal.c
smp.c
sparc_ksyms.c
sun4c_irq.c
sun4d_irq.c
sun4d_smp.c
sun4m_irq.c
sun4m_smp.c
sys_sparc.c
systbls.S
tadpole.c
tick14.c
time.c
trampoline.S
traps.c
una_asm.S
unaligned.c
vmlinux.lds.S
windows.c
wof.S
wuf.S