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-06-16 16:38:31 +00:00
parent c6a2f353c3
commit cfe1ed4df4
3 changed files with 7 additions and 43 deletions

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 *
*===========================================================================*/