Changeset 39808 in vbox for trunk/src/VBox/Runtime/r0drv
- Timestamp:
- Jan 19, 2012 11:21:46 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 75789
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c
r39744 r39808 836 836 return NULL; 837 837 u.Entry = *pEntry; 838 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 5, 5) || defined(pte_offset_map) 838 839 pte_unmap(pEntry); 840 #endif 839 841 840 842 if (RT_UNLIKELY(!pte_present(u.Entry)))
Note:
See TracChangeset
for help on using the changeset viewer.