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:
e68f0ae
)
sparc64: Kill annoying warning when building compat_binfmt_elf.o
author
David S. Miller
<davem@davemloft.net>
Sun, 2 Nov 2008 07:15:38 +0000
(
00:15
-0700)
committer
David S. Miller
<davem@davemloft.net>
Sun, 2 Nov 2008 07:15:38 +0000
(
00:15
-0700)
GCC warns because some tests against 32-bit values never evaluate to
true due to how TASK_SIZE is defined.
I always wanted to mimick powerpc's definition of TASK_SIZE, which
is simply TASK_SIZE_OF(current) and that also fixes the warning.
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found