x86: ia32_signal.c: remove unnecessary cast to u32
authorHiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>
Wed, 1 Oct 2008 03:28:20 +0000 (20:28 -0700)
committerIngo Molnar <mingo@elte.hu>
Wed, 1 Oct 2008 06:20:12 +0000 (08:20 +0200)
commitbff0aa4b8f8a1c8492e99c522d044bb98a6ec098
tree587f8898cd3e07a0b16f540c36e744c2c426cef0
parent4694d2391221e14fe671602fe34ea7f24f5a561f
x86: ia32_signal.c: remove unnecessary cast to u32

__put_user() looks type of the 2nd parameter, so casting the 1st parameter
is not necessary.

   text    data     bss     dec     hex filename
   6227       0       8    6235    185b ia32_signal.o.new
   6227       0       8    6235    185b ia32_signal.o.old

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