Changeset 100355 in vbox for trunk/src/VBox/Runtime/r0drv/solaris
- Timestamp:
- Jul 4, 2023 6:37:35 AM (20 months ago)
- svn:sync-xref-src-repo-rev:
- 158085
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/solaris/memobj-r0drv-solaris.c
r98103 r100355 727 727 728 728 729 DECLHIDDEN(int) rtR0MemObjNativeAllocCont(PPRTR0MEMOBJINTERNAL ppMem, size_t cb, bool fExecutable, const char *pszTag) 729 DECLHIDDEN(int) rtR0MemObjNativeAllocCont(PPRTR0MEMOBJINTERNAL ppMem, size_t cb, RTHCPHYS PhysHighest, 730 bool fExecutable, const char *pszTag) 730 731 { 731 732 AssertReturn(!fExecutable, VERR_NOT_SUPPORTED); 732 return rtR0MemObjNativeAllocPhys(ppMem, cb, _4G - 1, PAGE_SIZE /* alignment */, pszTag);733 return rtR0MemObjNativeAllocPhys(ppMem, cb, PhysHigest, PAGE_SIZE /* alignment */, pszTag); 733 734 } 734 735
Note:
See TracChangeset
for help on using the changeset viewer.