Remove all references to ioremap_nocache and replace with the LIGO_IOREMAP macro.
Merged
requested to merge jonathan-hanks/advligorts:issue_338_ioremap_cache_cannot_be_used_after_linux_5.6 into master
- Jan 13, 2022
-
-
Jonathan Hanks authored
* ligo_iomap.h becomes iomap_selection.h to denote what it actually does. * LIGO_IOREMAP becomes simply IOREMAP to note that it isn't LIGO specific.
-
Jonathan Hanks authored
* This allows the code to call the appropriate version if ioremap/ioremap_nocache depending on the kernel version.
-