Ignore:
Timestamp:
2011-01-23T22:44:40Z (15 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4a5e2f1
Parents:
4f380d06 (diff), b93d637 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merged myself

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/syscall/syscall.c

    r4f380d06 rc979591b  
    4141#include <proc/program.h>
    4242#include <mm/as.h>
     43#include <mm/page.h>
    4344#include <print.h>
    4445#include <arch.h>
     
    144145        (syshandler_t) sys_as_area_destroy,
    145146       
     147        /* Page mapping related syscalls. */
     148        (syshandler_t) sys_page_find_mapping,
     149       
    146150        /* IPC related syscalls. */
    147151        (syshandler_t) sys_ipc_call_sync_fast,
Note: See TracChangeset for help on using the changeset viewer.