Page MenuHomeFreeBSD

amd64: move code to clear PSL_T on debug exception into a helper
ClosedPublic

Authored by kib on Thu, Mar 12, 3:20 PM.
Tags
None
Referenced Files
F148614736: D55827.id173612.diff
Thu, Mar 19, 3:56 AM
F148612679: D55827.diff
Thu, Mar 19, 3:39 AM
F148549526: D55827.diff
Wed, Mar 18, 4:14 PM
Unknown Object (File)
Sun, Mar 15, 9:42 AM
Unknown Object (File)
Sun, Mar 15, 1:42 AM
Subscribers

Diff Detail

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

Event Timeline

kib requested review of this revision.Thu, Mar 12, 3:20 PM

I guess you plan to make these ifuncs for FRED?

This revision is now accepted and ready to land.Thu, Mar 12, 3:29 PM
In D55827#1277200, @jhb wrote:

I guess you plan to make these ifuncs for FRED?

No, FRED uses completely different code paths for all events. I extract small bits that can be reused there.
Perhaps I should put my WIP into public review. D55829