Changeset ae6021d in mainline for uspace/app/tester/mm/pager1.c


Ignore:
Timestamp:
2016-09-02T15:44:09Z (8 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e755b3f
Parents:
c1f7a315
Message:

Associate each paged as_area with its memory object upon creation

This will allow us to have one pager fibril per task rather than one
per paged area.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tester/mm/pager1.c

    rc1f7a315 rae6021d  
    5151       
    5252        void *result = async_as_area_create(AS_AREA_ANY, size,
    53             AS_AREA_READ | AS_AREA_CACHEABLE, vfs_pager_sess);
     53            AS_AREA_READ | AS_AREA_CACHEABLE, vfs_pager_sess, 0, 0, 0);
    5454        if (result == AS_MAP_FAILED)
    5555                return NULL;
Note: See TracChangeset for help on using the changeset viewer.