Page MenuHomeFreeBSD

linuxkpi: Add prefetch.h
ClosedPublic

Authored by manu on Oct 5 2020, 1:42 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 20, 8:55 PM
Unknown Object (File)
Thu, Nov 20, 8:39 PM
Unknown Object (File)
Thu, Nov 20, 8:34 PM
Unknown Object (File)
Thu, Nov 20, 8:28 PM
Unknown Object (File)
Mon, Nov 17, 7:12 PM
Unknown Object (File)
Mon, Nov 17, 7:08 PM
Unknown Object (File)
Mon, Nov 17, 4:46 PM
Unknown Object (File)
Mon, Nov 17, 3:06 AM
Subscribers

Details

Reviewers
bz
Group Reviewers
linuxkpi
Commits
rS366477: linuxkpi: Add prefetch.h
Summary

Only add prefetchw as it is the only function used by drm.
Simply use the __builtin_prefetch which is available in all
compiler for a long time.

Sponsored-by: The FreeBSD Foudation

Diff Detail

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

Event Timeline

manu requested review of this revision.Oct 5 2020, 1:42 PM
This revision is now accepted and ready to land.Oct 5 2020, 10:10 PM
This revision was automatically updated to reflect the committed changes.