Changeset f275cb3 in mainline for arch/mips32/src/mm/page.c


Ignore:
Timestamp:
2006-01-08T16:35:41Z (20 years ago)
Author:
Sergey Bondari <bondari@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b2c92f33
Parents:
677a6d5
Message:

Frame alloc test #1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/mips32/src/mm/page.c

    r677a6d5 rf275cb3  
    4343        page_operations = &page_pt_operations;
    4444       
    45         ptl0 = frame_alloc(FRAME_KA | FRAME_PANIC, ONE_FRAME);
     45        ptl0 = frame_alloc(FRAME_KA | FRAME_PANIC, ONE_FRAME, NULL);
    4646        memsetb(ptl0, FRAME_SIZE, 0);
    4747       
Note: See TracChangeset for help on using the changeset viewer.