Page MenuHomeFreeBSD

linuxkpi: Add prefetch.h
ClosedPublic

Authored by manu on Oct 5 2020, 1:42 PM.
Tags
None
Referenced Files
F171108325: D26677.id.diff
Tue, Sep 8, 6:16 PM
Unknown Object (File)
Sun, Sep 6, 8:58 PM
Unknown Object (File)
Sun, Sep 6, 8:52 PM
Unknown Object (File)
Sun, Sep 6, 8:47 PM
Unknown Object (File)
Wed, Sep 2, 3:18 PM
Unknown Object (File)
Thu, Aug 27, 6:05 PM
Unknown Object (File)
Mon, Aug 24, 11:50 AM
Unknown Object (File)
Thu, Aug 20, 1:08 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.