Message type for SYS_PROFBUF.

Change-Id: I10c1e878b0e3ff9bfc52709cc87dace632fa3e4f
This commit is contained in:
2014-07-25 19:53:10 +02:00
parent 64fb3a184c
commit 8644f25feb
4 changed files with 15 additions and 11 deletions

View File

@@ -9,8 +9,8 @@ void *mem_ptr; /* pointer to profiling table */
{
message m;
m.PROF_CTL_PTR = ctl_ptr;
m.PROF_MEM_PTR = mem_ptr;
m.m_lsys_krn_sys_profbuf.ctl_ptr = (vir_bytes)ctl_ptr;
m.m_lsys_krn_sys_profbuf.mem_ptr = (vir_bytes)mem_ptr;
return(_kernel_call(SYS_PROFBUF, &m));
}