Rename SYSCTL kernel call to DIAGCTL
Change-Id: I1b17373f01808d887dcbeab493838946fbef4ef6
This commit is contained in:
@@ -370,7 +370,7 @@ void procstack_dmp()
|
||||
PROCLOOP(rp, oldrp)
|
||||
PRINTRTS(rp);
|
||||
printf("\n"); pagelines++;
|
||||
sys_sysctl_stacktrace(rp->p_endpoint);
|
||||
sys_diagctl_stacktrace(rp->p_endpoint);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user