From: Paul Mundt Date: Tue, 25 Aug 2009 09:39:33 +0000 (+0900) Subject: sh: Fix an off-by-1 in FTRACE_SYSCALL_MAX. X-Git-Tag: v2.6.32-rc1~640^2~35^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c68e3206862f647117a46a73af76764d750c05bd;p=pandora-kernel.git sh: Fix an off-by-1 in FTRACE_SYSCALL_MAX. This is supposed to be the equivalent of __NR_syscalls, not __NR_syscalls -1. The x86 code this was based on had simply fallen out of sync at the time this was implemented. Fix it up now. As a result, tracing of __NR_perf_counter_open works as advertised. Signed-off-by: Paul Mundt --- Reading git-diff-tree failed