From: Paul Mundt Date: Sat, 11 Jul 2009 11:33:34 +0000 (+0900) Subject: sh: Fix up ftrace build error when STACK_DEBUG=n. X-Git-Tag: v2.6.32-rc1~640^2~95^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a470b95e99ea77ef1e307ff181e59a4a16caa4f4;p=pandora-kernel.git sh: Fix up ftrace build error when STACK_DEBUG=n. Presently the closest reference to function_trace_stop is within a CONFIG_STACK_DEBUG block. When this is turned off, the build bails out with a pcrel too far error. Reorder things a bit to handle the various combinations. Signed-off-by: Paul Mundt --- Reading git-diff-tree failed