Changeset 6fa476f7 in mainline for generic/include/mm/as_arg.h


Ignore:
Timestamp:
2006-04-26T17:03:15Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a9e8b39
Parents:
f3ac636
Message:

Rename SYS_AS_AREA_SHARE_APPROVE and SYS_AS_AREA_SHARE_PERFORM, resp., to
SYS_AS_AREA_ACCEPT and SYS_AS_AREA_SEND, resp. in syscall_t.

Fix prototype of as_area_send() to take only base address of the address
space area as a parameter and read size and flags from the address space
area found at this base address.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/include/mm/as_arg.h

    rf3ac636 r6fa476f7  
    4646        void *base;
    4747       
     48        /*
     49         * The following members are filled only by acceptor.
     50         */
    4851        unsigned long size;     /**< Size of memory being sent/accepted must match. */
    4952        int flags;              /**< Address space area flags of sender and acceptor must match. */
Note: See TracChangeset for help on using the changeset viewer.