Changeset 4162 in vbox
- Timestamp:
- Aug 15, 2007 9:24:37 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c
r4071 r4162 287 287 static int VBoxSupDrvDeviceControl(struct inode *pInode, struct file *pFilp, 288 288 unsigned int IOCmd, unsigned long IOArg); 289 #ifndef USE_NEW_OS_INTERFACE_FOR_MM 289 290 static RTR3PTR VBoxSupDrvMapUser(struct page **papPages, unsigned cPages, unsigned fProt, pgprot_t pgFlags); 291 #endif /* !USE_NEW_OS_INTERFACE_FOR_MM */ 290 292 static int VBoxSupDrvInitGip(PSUPDRVDEVEXT pDevExt); 291 293 static int VBoxSupDrvTermGip(PSUPDRVDEVEXT pDevExt); … … 295 297 static void VBoxSupGipResumePerCpu(void *pvUser); 296 298 #endif 297 static int VBoxSupDrvOrder(unsigned long size);298 299 static int VBoxSupDrvErr2LinuxErr(int); 299 300 … … 862 863 863 864 865 #ifndef USE_NEW_OS_INTERFACE_FOR_MM 866 864 867 /** 865 868 * Compute order. Some functions allocate 2^order pages. … … 1429 1432 } 1430 1433 1434 #endif /* !USE_NEW_OS_INTERFACE_FOR_MM */ 1435 1431 1436 1432 1437 /**
Note:
See TracChangeset
for help on using the changeset viewer.