Changeset e45f81a in mainline for test/mm/falloc1/test.c
- Timestamp:
- 2006-06-26T10:07:05Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7ee0e2f
- Parents:
- 430f12c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/mm/falloc1/test.c
r430f12c re45f81a 46 46 int i, order, run; 47 47 int allocated; 48 int status;49 48 50 49 ASSERT(TEST_RUNS > 1); … … 56 55 allocated = 0; 57 56 for (i = 0; i < MAX_FRAMES >> order; i++) { 58 frames[allocated] = frame_alloc _rc(order, FRAME_ATOMIC | FRAME_KA, &status);57 frames[allocated] = frame_alloc(order, FRAME_ATOMIC | FRAME_KA); 59 58 60 59 if (ALIGN_UP(frames[allocated], FRAME_SIZE << order) != frames[allocated]) {
Note:
See TracChangeset
for help on using the changeset viewer.