Changeset 692bd3f2 in mainline for abi/include/mm/as.h


Ignore:
Timestamp:
2012-11-06T22:51:56Z (12 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1107050
Parents:
338810f
Message:

Define AS_AREA_NORESERVE and allow its use in the anonymous backend.

  • NORESERVE areas do not reserve physical memory in advance.
  • NORESERVE areas do not block while waiting for physical memory.
  • if a NORESERVE area cannot allocate a page of physical memory, it kills the task instantly
File:
1 edited

Legend:

Unmodified
Added
Removed
  • abi/include/mm/as.h

    r338810f r692bd3f2  
    4242#define AS_AREA_CACHEABLE  0x08
    4343#define AS_AREA_GUARD      0x10
     44#define AS_AREA_NORESERVE  0x20
    4445
    4546/** Address space area info exported to uspace. */
Note: See TracChangeset for help on using the changeset viewer.