- Timestamp:
- Jan 18, 2011 11:38:21 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c
r35165 r35603 199 199 if (cPages > 255) 200 200 { 201 # ifdef __GFP_ NORETRY202 /* Not available in Linux 2.4.0*/203 fFlagsLnx |= __GFP_ NORETRY;201 # ifdef __GFP_REPEAT 202 /* Try hard to allocate the memory, but the allocation attempt might fail. */ 203 fFlagsLnx |= __GFP_REPEAT; 204 204 # endif 205 205 # ifdef __GFP_NOMEMALLOC
Note:
See TracChangeset
for help on using the changeset viewer.