| commit | 3b4b75700a245d0d48fc52a4d2f67d3155812aba | [log] [tgz] |
|---|---|---|
| author | Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com> | Fri Jan 23 15:50:38 2009 -0800 |
| committer | H. Peter Anvin <hpa@linux.intel.com> | Fri Jan 23 17:17:39 2009 -0800 |
| tree | c553f5e65ec19248dfe68aa5050ff4ead1346dc2 | |
| parent | 98e3d45edad207b4358948d6e2cac4e482c3bb5d [diff] |
x86: ia32_signal: use {get|put}_user_try and catch
Impact: use new framework
Use {get|put}_user_try, catch, and _ex in arch/x86/ia32/ia32_signal.c.
Note: this patch contains "WARNING: line over 80 characters", because when
introducing new block I insert an indent to avoid mistakes by edit.
Signed-off-by: Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>