Rename SYSCTL kernel call to DIAGCTL

Change-Id: I1b17373f01808d887dcbeab493838946fbef4ef6
This commit is contained in:
David van Moolenbroek
2013-09-21 00:58:46 +02:00
committed by Lionel Sambuc
parent 9fab85c2de
commit de975579a4
18 changed files with 62 additions and 62 deletions

View File

@@ -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);
}
}