Changeset df0103f7 in mainline for generic/src/proc


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

Implementation of SYS_AS_AREA_ACCEPT and SYS_AS_AREA_SEND syscalls.
Note that these replace previously declared SYS_AS_AREA_SHARE_APPROVE
and SYS_AS_AREA_SHARE_PERFORM.

File:
1 edited

Legend:

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

    rdbbeb26 rdf0103f7  
    3232#include <proc/uarg.h>
    3333#include <mm/as.h>
     34#include <mm/as_arg.h>
    3435#include <mm/slab.h>
    3536#include <synch/spinlock.h>
     
    9899                ipc_phone_connect(&ta->phones[0], ipc_phone_0);
    99100        atomic_set(&ta->active_calls, 0);
     101       
     102        memsetb((__address) &ta->accept_arg, sizeof(as_area_acptsnd_arg_t), 0);
    100103       
    101104        ipl = interrupts_disable();
Note: See TracChangeset for help on using the changeset viewer.