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)
Wed, Jan 22, 1:19 AM
Unknown Object (File)
Fri, Jan 17, 5:00 AM
Unknown Object (File)
Thu, Jan 9, 9:42 PM
Unknown Object (File)
Thu, Jan 9, 4:24 PM
Unknown Object (File)
Jan 1 2025, 10:11 AM
Unknown Object (File)
Dec 27 2024, 12:52 AM
Unknown Object (File)
Dec 27 2024, 12:49 AM
Unknown Object (File)
Nov 30 2024, 7:04 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.