Message type for SYS_SETGRANT
Change-Id: I542f839d7992d3348fef19c51bfcb58bb408d9f4
This commit is contained in:
@@ -7,8 +7,8 @@ int sys_setgrant(cp_grant_t *grants, int ngrants)
|
||||
{
|
||||
message m;
|
||||
|
||||
m.SG_ADDR = (char *) grants;
|
||||
m.SG_SIZE = ngrants;
|
||||
m.m_lsys_krn_sys_setgrant.addr = (vir_bytes)grants;
|
||||
m.m_lsys_krn_sys_setgrant.size = ngrants;
|
||||
|
||||
return _kernel_call(SYS_SETGRANT, &m);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user