From: Mark Salter Date: Fri, 16 Mar 2012 13:27:57 +0000 (-0400) Subject: C6X: remove dead code from entry.S X-Git-Tag: v3.3~6^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e780cf5c07ab85b9b1825ddd586a53ead10b579;p=pandora-kernel.git C6X: remove dead code from entry.S The ENDPROC() on sys_fadvise64_c6x() in arch/c6x/kernel/entry.S is outside of the conditional block with the matching ENTRY() macro. This leads a newer (v2.22 vs. v2.20) assembler to complain: /tmp/ccGZBaPT.s: Assembler messages: /tmp/ccGZBaPT.s: Error: .size expression for sys_fadvise64_c6x does not evaluate to a constant The conditional block became dead code when c6x switched to generic unistd.h and should be removed along with the offending ENDPROC(). Signed-off-by: Mark Salter Acked-by: David Howells --- Reading git-diff-tree failed