git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47e9ded
)
Blackfin: fix trap_c() exit paths
author
Mike Frysinger
<vapier@gentoo.org>
Sun, 7 Jun 2009 19:07:25 +0000
(15:07 -0400)
committer
Mike Frysinger
<vapier@gentoo.org>
Sat, 13 Jun 2009 11:20:09 +0000
(07:20 -0400)
The trap_c() code pushes the hardware trace status onto the stack, but
doesn't always restore it when returning from some trap code paths. So
unify the exit code paths to all head to the end of the function.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
No differences found