VirtualBox

Ignore:
Timestamp:
Mar 25, 2009 1:09:32 PM (16 years ago)
Author:
vboxsync
Message:

leftover

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/linux/Makefile

    r18250 r18254  
    229229endif
    230230
    231 # By default we use remap_pfn_range() kernel API to make kernel pages
    232 # visible for userland. Unfortuately, it leads to situation that
    233 # during debug session all structures on that page (such as PVM pointer)
    234 # are not accessible to the debugger (see #3214).
    235 # This code enables experimental support
    236 # for vm_insert_page() kernel API, allowing to export kernel pages
    237 # to the userland in more debugger-friendly way. Due to stability
    238 # concerns, not enabled by default yet.
    239 ifdef VBOX_USE_INSERT_PAGE
    240  KFLAGS  += -DVBOX_USE_INSERT_PAGE
    241 endif
    242 
    243231# 2.6 and later
    244232MODULE_EXT    := ko
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