Changeset 4e147a6 in mainline for test/mm/falloc1/test.c


Ignore:
Timestamp:
2006-02-02T01:51:25Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9ea8a7ca
Parents:
b5e0bb8
Message:

Skeleton of SLAB allocator.

File:
1 edited

Legend:

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

    rb5e0bb8 r4e147a6  
    5656                        allocated = 0;
    5757                        for (i = 0; i < MAX_FRAMES >> order; i++) {
    58                                 frames[allocated] = frame_alloc(FRAME_NON_BLOCKING | FRAME_KA, order, &status);
     58                                frames[allocated] = frame_alloc(FRAME_ATOMIC | FRAME_KA, order, &status);
    5959                               
    6060                                if (ALIGN_UP(frames[allocated], FRAME_SIZE << order) != frames[allocated]) {
Note: See TracChangeset for help on using the changeset viewer.