VirtualBox

Changeset 96716 in vbox for trunk/src/VBox/Runtime/r0drv


Ignore:
Timestamp:
Sep 13, 2022 10:12:48 AM (2 years ago)
Author:
vboxsync
Message:

Backed out r153600: Incorrect fix, bugref:4567:65.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/linux/alloc-r0drv-linux.c

    r96715 r96716  
    280280
    281281#elif defined(PAGE_KERNEL_EXEC) && defined(CONFIG_X86_PAE)
    282 # if RTLNX_VER_MIN(5,8,0)
    283         pHdr = (PRTMEMHDR)__vmalloc(cb + sizeof(*pHdr), GFP_KERNEL | __GFP_HIGHMEM | __GFP_NOWARN);
    284 # else
    285282        pHdr = (PRTMEMHDR)__vmalloc(cb + sizeof(*pHdr), GFP_KERNEL | __GFP_HIGHMEM | __GFP_NOWARN, MY_PAGE_KERNEL_EXEC);
    286 # endif
    287283#else
    288284        pHdr = (PRTMEMHDR)vmalloc(cb + sizeof(*pHdr));
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette