From: Russell King Date: Sat, 26 May 2007 11:04:17 +0000 (+0100) Subject: [ARM] Fix stacktrace FP range checking X-Git-Tag: v2.6.22-rc4~89^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b10c8e436b69f25b6dcb5586bbdc5e39c20ed1d;p=pandora-kernel.git [ARM] Fix stacktrace FP range checking Fix an oops in the stacktrace code, caused by improper range checking. We subtract 12 off 'fp' before testing to see if it's below the low bound. However, if 'fp' were zero before, it becomes a very large positive number, causing this test to succeed where it should fail. Signed-off-by: Russell King --- Reading git-diff-tree failed