diff options
author | David S. Miller <davem@davemloft.net> | 2008-11-02 08:15:38 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-11-02 08:15:38 +0100 |
commit | a1995a6599044076e2e13512ffbcecc49865e63e (patch) | |
tree | 518787fbb30628f36c439b0377b8ce0c06459ab3 /arch/sparc64 | |
parent | sparc32: kernel/trace/trace.c wants DIE_OOPS (diff) | |
download | linux-a1995a6599044076e2e13512ffbcecc49865e63e.tar.xz linux-a1995a6599044076e2e13512ffbcecc49865e63e.zip |
sparc64: Kill annoying warning when building compat_binfmt_elf.o
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>
Diffstat (limited to 'arch/sparc64')
0 files changed, 0 insertions, 0 deletions