From: David S. Miller Date: Wed, 19 Mar 2008 08:04:48 +0000 (-0700) Subject: [SPARC64]: Fix atomic backoff limit. X-Git-Tag: v2.6.25-rc7~53^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cfea5a7dfcc2766251e50ca30271a782d5004ad;p=pandora-kernel.git [SPARC64]: Fix atomic backoff limit. 4096 will not fit into the immediate field of a compare instruction, in fact it will end up being -4096 causing the check to fail every time and thus disabling backoff. Signed-off-by: David S. Miller --- Reading git-diff-tree failed