From: David S. Miller Date: Thu, 8 Jan 2009 01:15:57 +0000 (-0800) Subject: sparc64: Work around branch tracer warning. X-Git-Tag: v2.6.29-rc1~175^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18b8e08e290e9df588f51f5a7df50555f5a25664;p=pandora-kernel.git sparc64: Work around branch tracer warning. As reported by Sam Ravnborg, Gcc-3.4.5 does not handle: if (get_user() || get_user()) with the new branch tracer enabled. Just seperate it out into seperate statements for now so people can get work done. Signed-off-by: David S. Miller --- Reading git-diff-tree failed