commit | d0b48ca189523b638d8674fa41e94d1950a17038 | [log] [tgz] |
---|---|---|
author | Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com> | Tue Dec 16 14:03:36 2008 -0800 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Dec 16 23:06:12 2008 +0100 |
tree | 78b61079eda94c7a9732f236d176bfa5678ef333 | |
parent | ae417bb487e3bb88dc862b83b4bf00d87ba67ec8 [diff] |
x86: ia32_signal: use __put_user() instead of __copy_to_user() Impact: cleanup __put_user() can be used for constant size 8, like arch/x86/kernel/signal.c. Signed-off-by: Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>