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)
Wed, Feb 19, 2:23 AM
Unknown Object (File)
Sat, Feb 15, 5:06 PM
Unknown Object (File)
Sun, Feb 9, 1:01 AM
Unknown Object (File)
Fri, Feb 7, 3:41 AM
Unknown Object (File)
Thu, Feb 6, 9:58 PM
Unknown Object (File)
Wed, Feb 5, 12:02 AM
Unknown Object (File)
Jan 30 2025, 12:18 AM
Unknown Object (File)
Jan 18 2025, 1:07 AM
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