Changeset e45f81a in mainline for test/mm/falloc1/test.c


Ignore:
Timestamp:
2006-06-26T10:07:05Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7ee0e2f
Parents:
430f12c
Message:

Changed frame_alloc call, cleaned a lot of stuff, fixed some not-perfectly-correct error handling.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/mm/falloc1/test.c

    r430f12c re45f81a  
    4646        int i, order, run;
    4747        int allocated;
    48         int status;
    4948
    5049        ASSERT(TEST_RUNS > 1);
     
    5655                        allocated = 0;
    5756                        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);
    5958                               
    6059                                if (ALIGN_UP(frames[allocated], FRAME_SIZE << order) != frames[allocated]) {
Note: See TracChangeset for help on using the changeset viewer.