original_kernel/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
..
Makefile sparc: remove CONFIG_SUN4 2008-08-31 20:59:37 -07:00
apc.c sparc: correct section of apc_no_idle 2008-10-22 21:53:43 -07:00
asm-offsets.c
auxio.c
cpu.c
devices.c sparc: remove CONFIG_SUN4 2008-08-31 20:59:37 -07:00
dma.c
dma.h
entry.S sparc32: Use PROM device probing for sun4m irq registers. 2008-09-19 21:17:43 -07:00
etrap.S
head.S sparc: correct section of current_pc() 2008-10-22 21:53:47 -07:00
idprom.c sparc: remove CONFIG_SUN4 2008-08-31 20:59:37 -07:00
init_task.c
ioport.c sparc: Kill now spurious includes of sbus.h 2008-08-29 02:15:23 -07:00
irq.c
irq.h sparc32: Kill clear_profile_irq btfixup entry. 2008-09-19 21:17:59 -07:00
kgdb.c
led.c
module.c
muldiv.c
of_device.c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 2008-09-16 14:11:43 -07:00
pcic.c sparc32: Kill clear_profile_irq btfixup entry. 2008-09-19 21:17:59 -07:00
pmc.c sparc: arch/sparc/kernel/pmc.c -- extra #include? 2008-09-21 00:28:26 -07:00
process.c sparc: remove CONFIG_SUN4 2008-08-31 20:59:37 -07:00
prom.c sparc: remove CONFIG_SUN4 2008-08-31 20:59:37 -07:00
ptrace.c sparc: Fix user_regset 'n' field values. 2008-09-12 15:55:44 -07:00
rtrap.S
setup.c sparc32: Call parse_early_param() in setup_arch(). 2008-09-10 23:40:32 -07:00
signal.c
smp.c
sparc_ksyms.c sparc32: Kill remaining asm/mostek.h inclusions. 2008-09-03 15:56:27 -07:00
sun4c_irq.c sparc32: Delete master_l10_limit. 2008-09-19 21:18:03 -07:00
sun4d_irq.c sparc32: Delete master_l10_limit. 2008-09-19 21:18:03 -07:00
sun4d_smp.c sparc32: fix build errors 2008-10-12 23:55:45 -07:00
sun4m_irq.c sparc32: sun4m interrupt mask cleanup 2008-10-07 15:24:02 -07:00
sun4m_smp.c sparc32: fix build errors 2008-10-12 23:55:45 -07:00
sys_sparc.c sparc: remove CONFIG_SUN4 2008-08-31 20:59:37 -07:00
systbls.S
tadpole.c
tick14.c sparc32: Delete claim_ticker14(). 2008-09-19 21:18:01 -07:00
time.c sparc32: Delete master_l10_limit. 2008-09-19 21:18:03 -07:00
trampoline.S
traps.c sparc32: sun4m interrupt mask cleanup 2008-10-07 15:24:02 -07:00
una_asm.S
unaligned.c
vmlinux.lds.S
windows.c
wof.S
wuf.S