commit | cad6fade6e78030e60188da3f18090577daa9243 | [log] [tgz] |
---|---|---|
author | Max Filippov <jcmvbkbc@gmail.com> | Tue Nov 27 16:27:47 2018 -0800 |
committer | Max Filippov <jcmvbkbc@gmail.com> | Tue Dec 04 14:08:11 2018 -0800 |
tree | 4e2a429c4ba70161706227a3b195832201617ffd | |
parent | c066cc8af9de8f749d29f75ad8c1c37d565f32b7 [diff] |
xtensa: clean up WSR*/RSR*/get_sr/set_sr WSR and RSR are too generic and collide with other macro definitions in the kernel causing warnings in allmodconfig builds. Drop WSR and RSR macros and WSR_* and RSR_* variants. Change get_sr and set_sr to xtensa_get_sr and xtensa_set_sr. Fix up users. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>