commit | bff0aa4b8f8a1c8492e99c522d044bb98a6ec098 | [log] [tgz] |
---|---|---|
author | Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com> | Tue Sep 30 20:28:20 2008 -0700 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Oct 01 08:20:12 2008 +0200 |
tree | 587f8898cd3e07a0b16f540c36e744c2c426cef0 | |
parent | 4694d2391221e14fe671602fe34ea7f24f5a561f [diff] |
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>