mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-22 17:33:01 +00:00
207e715ff1
The function sys_or1k_atomic was using call-saved registers without restoring their value before returning. This is a faux pas: either we need to restore their values or use scratch regs; the latter is less code so that's the route this patch takes. Thanks to David Hennerström for doing most of the heavy-lifting in tracking this one down. Reported-by: Davd Hennerström <david.hennerstrom@aacmicrotec.com> Signed-off-by: Jonas Bonn <jonas@southpole.se> |
||
---|---|---|
.. | ||
asm-offsets.c | ||
dma.c | ||
entry.S | ||
head.S | ||
idle.c | ||
init_task.c | ||
irq.c | ||
Makefile | ||
module.c | ||
or32_ksyms.c | ||
process.c | ||
prom.c | ||
ptrace.c | ||
setup.c | ||
signal.c | ||
sys_call_table.c | ||
sys_or32.c | ||
time.c | ||
traps.c | ||
vmlinux.h | ||
vmlinux.lds.S |