Page MenuHomeFreeBSD

arm64: Stop setting x0 for pcb_onfault handlers
ClosedPublic

Authored by andrew on Sep 27 2024, 3:49 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jan 18, 1:07 AM
Unknown Object (File)
Fri, Jan 17, 9:11 PM
Unknown Object (File)
Fri, Jan 17, 4:19 PM
Unknown Object (File)
Mon, Jan 13, 5:13 AM
Unknown Object (File)
Dec 15 2024, 7:57 PM
Unknown Object (File)
Dec 4 2024, 4:21 PM
Unknown Object (File)
Nov 28 2024, 5:10 PM
Unknown Object (File)
Nov 25 2024, 2:49 PM
Subscribers

Details

Summary

All handlers set x0 before returning, there is no need to also do so
in the data abort exception handler.

Sponsored by: Arm Ltd

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

markj added inline comments.
sys/arm64/arm64/trap.c
378

This is the Mach error too, so not correct.

This revision is now accepted and ready to land.Sep 30 2024, 8:58 AM