profiling related cleanup

. do not declare any data in <minix/profile.h>
	. addr check no longer necessary
This commit is contained in:
Ben Gras
2012-07-15 21:56:55 +02:00
parent c6a2f353c3
commit cfe1ed4df4
3 changed files with 7 additions and 43 deletions
+3
View File
@@ -18,6 +18,9 @@
#if CPROFILE
static struct cprof_ctl_s cprof_ctl_inst;
static struct cprof_tbl_s cprof_tbl_inst;
/*===========================================================================*
* do_cprofile *
*===========================================================================*/