VirtualBox

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


Ignore:
Timestamp:
03/06/2020 01:05:36 PM (3 years ago)
Author:
fbatschu
Comment:

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  

www.oracle.com
ContactPrivacy policyTerms of Use