kernel_optimize_test/arch/arc/kernel
Vineet Gupta 3240dd57e5 ARC: Fix thread_saved_pc()
The old implementation assumed that SP at the time of __switch_to() is
right above pt_regs which is almost certainly not the case as there will
be some stack build up between entry into kernel and leading up to
__switch_to

Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
2015-02-27 10:59:34 +05:30
..
.gitignore
arc_hostlink.c
arcksyms.c
asm-offsets.c
clk.c
ctx_sw_asm.S
ctx_sw.c
devtree.c ARC: Fix earlycon build breakage 2015-02-04 10:38:15 +05:30
disasm.c ARC: rename kconfig option for unaligned emulation 2014-10-13 14:46:15 +05:30
entry.S ARC: add some more comments to ret_from_fork 2015-02-02 17:08:37 +05:30
fpu.c
head.S ARC: RIP @running_on_hw 2014-10-13 14:46:17 +05:30
irq.c
kgdb.c ARC: kgdb: generic kgdb_arch_pc() suffices 2014-10-22 16:14:04 -06:00
kprobes.c
Makefile ARC: rename kconfig option for unaligned emulation 2014-10-13 14:46:15 +05:30
module.c
perf_event.c ARC: boot: cpu feature print enhancements 2014-10-13 14:46:22 +05:30
process.c ARC: Fix thread_saved_pc() 2015-02-27 10:59:34 +05:30
ptrace.c
reset.c
setup.c ARC: fix /proc/cpuinfo for offline cpus 2015-02-02 17:08:37 +05:30
signal.c all arches, signal: move restart_block to struct task_struct 2015-02-12 18:54:12 -08:00
smp.c ARC: use ACCESS_ONCE in cmpxchg loop 2015-02-02 17:08:37 +05:30
stacktrace.c ARC: Fix KSTK_ESP() 2015-02-27 10:48:23 +05:30
sys.c
time.c
traps.c
troubleshoot.c
unaligned.c ARC: perf: Enable generic software events 2015-02-27 10:15:01 +05:30
unwind.c
vmlinux.lds.S