Changeset 0ee077ee in mainline for generic/src/proc/task.c


Ignore:
Timestamp:
2006-05-27T17:50:30Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
127c957b
Parents:
fb84455
Message:

Move the sharing functionality to address space area backends.
Add backend for continuous regions of physical memory.
Sharing for these areas works automagically now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/src/proc/task.c

    rfb84455 r0ee077ee  
    154154         * Create the data as_area.
    155155         */
    156         a = as_area_create(as, AS_AREA_READ | AS_AREA_WRITE, LOADED_PROG_STACK_PAGES_NO*PAGE_SIZE,
     156        a = as_area_create(as, AS_AREA_READ | AS_AREA_WRITE | AS_AREA_CACHEABLE,
     157                LOADED_PROG_STACK_PAGES_NO*PAGE_SIZE,
    157158                USTACK_ADDRESS, AS_AREA_ATTR_NONE, &anon_backend, NULL);
    158159
Note: See TracChangeset for help on using the changeset viewer.