x86: ia32_signal: use __put_user() instead of __copy_to_user()
authorHiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>
Tue, 16 Dec 2008 22:03:36 +0000 (14:03 -0800)
committerIngo Molnar <mingo@elte.hu>
Tue, 16 Dec 2008 22:06:12 +0000 (23:06 +0100)
commitd0b48ca189523b638d8674fa41e94d1950a17038
tree78b61079eda94c7a9732f236d176bfa5678ef333
parentae417bb487e3bb88dc862b83b4bf00d87ba67ec8
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>
arch/x86/ia32/ia32_signal.c