Changeset 50667 in vbox for trunk/src/VBox/Runtime/r0drv/solaris
- Timestamp:
- Mar 3, 2014 2:01:47 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 92603
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/solaris/alloc-r0drv-solaris.c
r47428 r50667 186 186 /* Allocate physically contiguous (< 4GB) page-aligned memory. */ 187 187 uint64_t uPhys; 188 void *pvMem = rtR0SolMemAlloc((uint64_t)_4G - 1, &uPhys, cb, PAGESIZE, true );188 void *pvMem = rtR0SolMemAlloc((uint64_t)_4G - 1, &uPhys, cb, PAGESIZE, true /* fContig */); 189 189 if (RT_UNLIKELY(!pvMem)) 190 190 {
Note:
See TracChangeset
for help on using the changeset viewer.