git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4694d23
)
x86: ia32_signal.c: remove unnecessary cast to u32
author
Hiroshi Shimamoto
<h-shimamoto@ct.jp.nec.com>
Wed, 1 Oct 2008 03:28:20 +0000
(20:28 -0700)
committer
Ingo Molnar
<mingo@elte.hu>
Wed, 1 Oct 2008 06:20:12 +0000
(08:20 +0200)
__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>
No differences found