Changeset 7ee0e2f in mainline for test/mm/falloc1/test.c
- Timestamp:
- 2006-06-26T10:18:05Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2f40fe4
- Parents:
- e45f81a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/mm/falloc1/test.c
re45f81a r7ee0e2f 55 55 allocated = 0; 56 56 for (i = 0; i < MAX_FRAMES >> order; i++) { 57 frames[allocated] = frame_alloc(order, FRAME_ATOMIC | FRAME_KA);57 frames[allocated] = (__address) frame_alloc(order, FRAME_ATOMIC | FRAME_KA); 58 58 59 59 if (ALIGN_UP(frames[allocated], FRAME_SIZE << order) != frames[allocated]) { … … 61 61 } 62 62 63 if ( status == 0) {63 if (frames[allocated]) { 64 64 allocated++; 65 65 } else {
Note:
See TracChangeset
for help on using the changeset viewer.