Remove VM_VFS_REPLY from VM_BASIC_CALLS

Change-Id: I0a03f1c95fd7ef87cecb01a028f59696a8447738
This commit is contained in:
David van Moolenbroek
2013-08-07 14:14:40 +02:00
committed by Gerrit Code Review
parent 78d707cd26
commit 8e87bd84b4
4 changed files with 5 additions and 5 deletions

View File

@@ -1096,8 +1096,7 @@
/* Basic vm calls allowed to every process. */
#define VM_BASIC_CALLS \
VM_MMAP, VM_VFS_REPLY, VM_MUNMAP, VM_MAP_PHYS, VM_UNMAP_PHYS, \
VM_INFO, VM_GETRUSAGE
VM_MMAP, VM_MUNMAP, VM_MAP_PHYS, VM_UNMAP_PHYS, VM_INFO, VM_GETRUSAGE
/*===========================================================================*
* Messages for IPC server *