Changeset 66928 in vbox for trunk/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c
- Timestamp:
- May 17, 2017 10:23:28 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 115457
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c
r66927 r66928 938 938 u.Upper = *pud_offset(&u.Global, ulAddr); 939 939 #endif 940 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 11) 940 941 if (RT_UNLIKELY(pud_none(u.Upper))) 941 942 return NULL; 943 #endif 942 944 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 25) 943 945 if (pud_large(u.Upper))
Note:
See TracChangeset
for help on using the changeset viewer.