VirtualBox

Changes between Version 1 and Version 2 of Ticket #19312, comment 2


Ignore:
Timestamp:
Mar 6, 2020 1:05:36 PM (4 years ago)
Author:
Frank Batschulat (Oracle)

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19312, comment 2

    v1 v2  
    2323-            RTR0PTR R0PtrMapping = ioremap_nocache(pci_resource_start(pPciDev, iRegion),
    2424+            /*
    25 +             * ioremap_cache() defaults to no caching since 2.6 kernels.
     25+             * ioremap() defaults to no caching since 2.6 kernels.
    2626+             * We try to optimize later.
    2727+             */
    28 +            RTR0PTR R0PtrMapping = ioremap_cache(pci_resource_start(pPciDev, iRegion),
     28+            RTR0PTR R0PtrMapping = ioremap(pci_resource_start(pPciDev, iRegion),
    2929                                                    pci_resource_len(pPciDev, iRegion));
    3030 

© 2023 Oracle
ContactPrivacy policyTerms of Use