Page MenuHomeFreeBSD

linuxkpi: Add prefetch.h
ClosedPublic

Authored by manu on Oct 5 2020, 1:42 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 20, 6:04 PM
Unknown Object (File)
Mon, Apr 20, 8:58 AM
Unknown Object (File)
Sat, Apr 18, 8:09 PM
Unknown Object (File)
Tue, Apr 14, 2:13 PM
Unknown Object (File)
Tue, Apr 14, 8:24 AM
Unknown Object (File)
Thu, Apr 9, 12:09 AM
Unknown Object (File)
Sat, Apr 4, 6:31 AM
Unknown Object (File)
Fri, Apr 3, 1:18 PM
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.