sel4: stop thread on alignment fault

by not replying to the IPC. Otherwise, endless alignment faults are triggered,
seen on imx6q Sabrelite and usb_hid_raw.
This commit is contained in:
Alexander Boettcher 2023-06-06 13:07:25 +02:00 committed by Norman Feske
parent 530ec3115f
commit b599f4e106

View File

@ -219,6 +219,7 @@ void Pager_entrypoint::entry()
" ip=", Hex(_pager.fault_ip()));
reply_pending = false;
obj->submit_exception_signal();
return;
}
/* send reply if page-fault handling succeeded */