Add VM_GETRUSAGE to VM_BASIC_CALLS
This unbreaks test75. Change-Id: I71539f941b9a4ee5e7f57de2ee9adaeab4d2730e
This commit is contained in:
parent
4e00414360
commit
c19c805d3b
1 changed files with 1 additions and 1 deletions
|
@ -1096,7 +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_INFO, VM_GETRUSAGE
|
||||
|
||||
/*===========================================================================*
|
||||
* Messages for IPC server *
|
||||
|
|
Loading…
Reference in a new issue