PERFORCE change 96265 for review
John Birrell
jb at FreeBSD.org
Thu Apr 27 22:07:48 UTC 2006
http://perforce.freebsd.org/chv.cgi?CH=96265
Change 96265 by jb at jb_freebsd2 on 2006/04/27 22:07:09
dtrace_probe_error is now implemented in ASM code.
Affected files ...
.. //depot/projects/dtrace/src/sys/cddl/dev/dtrace/dtrace_hacks.c#10 edit
Differences ...
==== //depot/projects/dtrace/src/sys/cddl/dev/dtrace/dtrace_hacks.c#10 (text+ko) ====
@@ -223,7 +223,6 @@
void
dtrace_xcall(processorid_t cpu, dtrace_xcall_t func, void *arg)
{
- printf("%s:\n",__FUNCTION__);
#ifdef DOODAD
cpuset_t set;
@@ -254,8 +253,3 @@
{
return 0;
}
-void dtrace_probe_error(dtrace_state_t *a, dtrace_epid_t b, int c, int d,
- int e, uintptr_t f)
-{
- printf("dtrace_probe_error:\n");
-}
More information about the p4-projects
mailing list