VirtualBox

Changeset 4162 in vbox


Ignore:
Timestamp:
Aug 15, 2007 9:24:37 PM (17 years ago)
Author:
vboxsync
Message:

USE_NEW_OS_INTERFACE_FOR_MM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c

    r4071 r4162  
    287287static int      VBoxSupDrvDeviceControl(struct inode *pInode, struct file *pFilp,
    288288                                        unsigned int IOCmd, unsigned long IOArg);
     289#ifndef USE_NEW_OS_INTERFACE_FOR_MM
    289290static RTR3PTR  VBoxSupDrvMapUser(struct page **papPages, unsigned cPages, unsigned fProt, pgprot_t pgFlags);
     291#endif /* !USE_NEW_OS_INTERFACE_FOR_MM */
    290292static int      VBoxSupDrvInitGip(PSUPDRVDEVEXT pDevExt);
    291293static int      VBoxSupDrvTermGip(PSUPDRVDEVEXT pDevExt);
     
    295297static void     VBoxSupGipResumePerCpu(void *pvUser);
    296298#endif
    297 static int      VBoxSupDrvOrder(unsigned long size);
    298299static int      VBoxSupDrvErr2LinuxErr(int);
    299300
     
    862863
    863864
     865#ifndef USE_NEW_OS_INTERFACE_FOR_MM
     866
    864867/**
    865868 * Compute order. Some functions allocate 2^order pages.
     
    14291432}
    14301433
     1434#endif /* !USE_NEW_OS_INTERFACE_FOR_MM */
     1435
    14311436
    14321437/**
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