diff options
author | Jonas Bonn <jonas@southpole.se> | 2012-04-18 10:23:39 (GMT) |
---|---|---|
committer | Jonas Bonn <jonas@southpole.se> | 2012-05-08 09:43:59 (GMT) |
commit | 207e715ff17b42e022df107210dc8c736a703eb3 (patch) | |
tree | 284b3b25fe53905286444ad0beacbba0663771f8 /REPORTING-BUGS | |
parent | 7b903e6c021a5462e26ea7a8f014fa60b6782bdb (diff) | |
download | linux-fsl-qoriq-207e715ff17b42e022df107210dc8c736a703eb3.tar.xz |
openrisc: use scratch regs in atomic syscall
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>
Diffstat (limited to 'REPORTING-BUGS')
0 files changed, 0 insertions, 0 deletions