commit | 08f021de3af599b8ca4c745f324a3559dc2990d3 | [log] [tgz] |
---|---|---|
author | Stafford Horne <shorne@gmail.com> | Sun Feb 12 18:08:13 2023 +0900 |
committer | Stafford Horne <shorne@gmail.com> | Thu May 11 15:40:03 2023 +0100 |
tree | 3c1f6ddc6ff00d55512747a2ccd0313010bbbca9 | |
parent | c1eb2ddf0f8075faddc5f7c3d39feae3e8e9d6b4 [diff] |
target/openrisc: Allow fpcsr access in user mode As per OpenRISC spec 1.4 FPCSR can be read and written in user mode. Update mtspr and mfspr helpers to support this by moving the is_user check into the helper. Link: https://raw.githubusercontent.com/openrisc/doc/master/openrisc-arch-1.4-rev0.pdf Signed-off-by: Stafford Horne <shorne@gmail.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>