Changeset 9b9e385 in mainline for test/mm/falloc1/test.c
- Timestamp:
- 2006-02-05T16:08:27Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 266294a9
- Parents:
- 328e0d3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/mm/falloc1/test.c
r328e0d3 r9b9e385 56 56 allocated = 0; 57 57 for (i = 0; i < MAX_FRAMES >> order; i++) { 58 frames[allocated] = frame_alloc (FRAME_ATOMIC | FRAME_KA, order, &status, NULL);58 frames[allocated] = frame_alloc_rc(order, FRAME_ATOMIC | FRAME_KA, &status); 59 59 60 60 if (ALIGN_UP(frames[allocated], FRAME_SIZE << order) != frames[allocated]) {
Note:
See TracChangeset
for help on using the changeset viewer.