commit | 3d0aedd9538e6be8afec1a9d8b084bf90bc91495 | [log] [tgz] |
---|---|---|
author | Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com> | Fri Sep 12 17:01:09 2008 -0700 |
committer | Ingo Molnar <mingo@elte.hu> | Sun Sep 14 15:35:34 2008 +0200 |
tree | f1dd505b2a703343a0c5dc0ab3a7c2e98949f1f8 | |
parent | 764e8d128f9343027cf09afe8a145e8ff186e129 [diff] |
x86: signal: put give_sigsegv of setup frames together 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>