Changeset 5a97302 in mainline
- Timestamp:
- 2016-09-17T15:38:09Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b30846e
- Parents:
- ae66564
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/ipc/ops/pagein.c
rae66564 r5a97302 44 44 #include <arch.h> 45 45 46 static int answer_preprocess(call_t *answer, ipc_data_t *olddata)46 static int pagein_answer_preprocess(call_t *answer, ipc_data_t *olddata) 47 47 { 48 48 /* … … 87 87 .request_process = null_request_process, 88 88 .answer_cleanup = null_answer_cleanup, 89 .answer_preprocess = answer_preprocess,89 .answer_preprocess = pagein_answer_preprocess, 90 90 .answer_process = null_answer_process, 91 91 };
Note:
See TracChangeset
for help on using the changeset viewer.