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:
5526b7e
)
sparc64: Clean up handling of pt_regs trap type encoding.
author
David S. Miller
<davem@davemloft.net>
Sun, 27 Apr 2008 21:52:51 +0000
(14:52 -0700)
committer
David S. Miller
<davem@davemloft.net>
Sun, 27 Apr 2008 21:52:51 +0000
(14:52 -0700)
If we use this from more than one place, it's better to
have helpers instead of twiddling magic constants all
over.
Add pt_regs_trap_type(), pt_regs_clear_trap_type(), and
pt_regs_is_syscall().
Use them in do_signal().
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found