Searched hist:a160e9414d8a1747225206558b24d7df513b3c8d (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/xtensa/kernel/ |
H A D | align.S | diff a160e9414d8a1747225206558b24d7df513b3c8d Mon Jul 10 17:13:27 CDT 2023 Max Filippov <jcmvbkbc@gmail.com> xtensa: fix unaligned and load/store configuration interaction
Unaligned exception handler is needed in configurations with hardware support for unaligned access when the load/store exception handler is enabled because such configurations would still raise an exception on unaligned access through the instruction bus.
Fixes: f29cf77609cc ("xtensa: add load/store exception handler") Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
|
H A D | traps.c | diff a160e9414d8a1747225206558b24d7df513b3c8d Mon Jul 10 17:13:27 CDT 2023 Max Filippov <jcmvbkbc@gmail.com> xtensa: fix unaligned and load/store configuration interaction
Unaligned exception handler is needed in configurations with hardware support for unaligned access when the load/store exception handler is enabled because such configurations would still raise an exception on unaligned access through the instruction bus.
Fixes: f29cf77609cc ("xtensa: add load/store exception handler") Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
|