commit | 928bd1b4709045355fad8bf858904884c0a1e87f | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Tue Apr 25 20:41:27 2006 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Tue Apr 25 20:41:27 2006 +0100 |
tree | 1875af1016e3057fd25fa7441877f8a0b97cffbe | |
parent | c7fd84424f919740880d989cb0459c332da96013 [diff] |
[ARM] vfp: fix leak of VFP_NAN_FLAG into FPSCR The VFP code can leak VFP_NAN_FLAG into the FPSCR. It doesn't correspond to any real FPSCR bit (and overlaps one of the exception flags). Bug report from Daniel Jacobowitz Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>