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:
764e8d1
)
x86: signal: put give_sigsegv of setup frames together
author
Hiroshi Shimamoto
<h-shimamoto@ct.jp.nec.com>
Sat, 13 Sep 2008 00:01:09 +0000
(17:01 -0700)
committer
Ingo Molnar
<mingo@elte.hu>
Sun, 14 Sep 2008 13:35:34 +0000
(15:35 +0200)
When setup frame fails, force_sigsegv is called and returns -EFAULT.
There is similar code in ia32_setup_frame(), ia32_setup_rt_frame(),
__setup_frame() and __setup_rt_frame().
Make them identical.
No change in functionality intended.
Signed-off-by: Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found