Page MenuHomeFreeBSD

linuxkpi: Define `ioremap_cache()`
ClosedPublic

Authored by dumbbell on Dec 30 2022, 10:37 AM.
Tags
None
Referenced Files
F98874580: D37916.id114657.diff
Sat, Oct 5, 2:55 AM
F98873528: D37916.diff
Sat, Oct 5, 2:34 AM
F98748783: D37916.diff
Fri, Oct 4, 2:39 PM
Unknown Object (File)
Wed, Oct 2, 9:51 PM
Unknown Object (File)
Wed, Oct 2, 5:40 AM
Unknown Object (File)
Mon, Sep 30, 5:58 AM
Unknown Object (File)
Sun, Sep 29, 2:41 AM
Unknown Object (File)
Sat, Sep 28, 1:14 PM

Details

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Re-upload patch with context.

This revision is now accepted and ready to land.Jan 3 2023, 10:01 AM
emaste added inline comments.
sys/compat/linuxkpi/common/include/linux/io.h
427

looks like ioremap_wb doesn't exist in Linux?

This revision was automatically updated to reflect the committed changes.
dumbbell added inline comments.
sys/compat/linuxkpi/common/include/linux/io.h
427

I removed ioremap_wb() in the final patch. Thanks!