Page MenuHomeFreeBSD

amd64: plug spurious cld instructions
ClosedPublic

Authored by mjg on Oct 5 2019, 5:12 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Nov 9, 5:34 PM
Unknown Object (File)
Sun, Nov 9, 12:27 AM
Unknown Object (File)
Sat, Nov 8, 6:18 PM
Unknown Object (File)
Sat, Nov 8, 4:35 PM
Unknown Object (File)
Sat, Nov 8, 12:27 PM
Unknown Object (File)
Fri, Nov 7, 10:31 PM
Unknown Object (File)
Mon, Oct 20, 9:29 AM
Unknown Object (File)
Mon, Oct 20, 9:29 AM
Subscribers

Details

Summary

ABI already guarantees the direction is forward. Note this does not take care of i386-specific cld's.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Why did you left i386 out ?

I do not think it needs cld's as well, both ABI and actual exception/interrupt entry code clear IF.D both on i386 and amd64.

i386 has a lot of cld already and I have no means to test the removal. I can plug them from the places modified by this patch though.

This revision is now accepted and ready to land.Oct 8 2019, 9:11 PM
This revision was automatically updated to reflect the committed changes.