Ignore:
File:
1 edited

Legend:

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

    r8cbf1c3 rabfc9f3  
    5858                        unsigned int allocated = 0;
    5959                        for (unsigned int i = 0; i < (MAX_FRAMES >> order); i++) {
    60                                 frames[allocated] =
    61                                     PA2KA(frame_alloc(order, FRAME_ATOMIC, 0));
     60                                frames[allocated] = (uintptr_t)
     61                                    frame_alloc(order, FRAME_ATOMIC | FRAME_KA);
    6262                               
    6363                                if (ALIGN_UP(frames[allocated], FRAME_SIZE << order) !=
Note: See TracChangeset for help on using the changeset viewer.