Skip to content
Snippets Groups Projects
Commit 5b10c8e4 authored by Russell King's avatar Russell King Committed by Russell King
Browse files

[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: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent b91d8a12
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment