commit | 80ed354725825035616fb369a8c38ff77494695c | [log] [tgz] |
---|---|---|
author | Catalin Marinas <catalin.marinas@arm.com> | Sat Mar 25 21:58:00 2006 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Sat Mar 25 21:58:00 2006 +0000 |
tree | 4ef811cc3bcc6d986ac771a9a5217166b887f360 | |
parent | 1310eda4bec331fd951a8cbe80619f050f9036fc [diff] |
[ARM] 3398/1: Fix the VFP registers loading/storing base address Patch from Catalin Marinas The current VFP code corrupts the VFP registers (including the control ones) if more than one floating point application is executed at the same time. This patch fixes the updating of the load/store base addresses for the VFP registers. Signed-off-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>