From: David S. Miller Date: Sun, 2 Nov 2008 07:15:38 +0000 (-0700) Subject: sparc64: Kill annoying warning when building compat_binfmt_elf.o X-Git-Tag: v2.6.28-rc3~2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1995a6599044076e2e13512ffbcecc49865e63e;p=pandora-kernel.git 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 --- Reading git-diff-tree failed