summaryrefslogtreecommitdiffstats
path: root/src/include/kernel/syscalls.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/kernel/syscalls.H')
-rw-r--r--src/include/kernel/syscalls.H2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/kernel/syscalls.H b/src/include/kernel/syscalls.H
index 332273a07..bdffea120 100644
--- a/src/include/kernel/syscalls.H
+++ b/src/include/kernel/syscalls.H
@@ -94,6 +94,8 @@ namespace Systemcalls
/** mm_alloc_block() */
MM_ALLOC_BLOCK,
+ /** mm_remove_pages() */
+ MM_REMOVE_PAGES,
SYSCALL_MAX
};
OpenPOWER on IntegriCloud