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)
Sun, Feb 22, 4:40 AM
Unknown Object (File)
Mon, Feb 16, 4:07 PM
Unknown Object (File)
Mon, Feb 16, 4:07 PM
Unknown Object (File)
Mon, Feb 16, 4:07 PM
Unknown Object (File)
Sat, Feb 14, 12:49 PM
Unknown Object (File)
Feb 8 2026, 1:10 PM
Unknown Object (File)
Feb 7 2026, 7:08 PM
Unknown Object (File)
Jan 30 2026, 5:30 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