summaryrefslogtreecommitdiffstats
path: root/sys/ia64
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2004-05-19 15:41:26 +0000
committerbde <bde@FreeBSD.org>2004-05-19 15:41:26 +0000
commitf309a749f55f70c2cd608bb5406228db7803873f (patch)
treecf3f3f9c7355143e263b31af5e429443de31dd41 /sys/ia64
parenteef4a496456d18eaa620744429e239336c1cc5fe (diff)
downloadFreeBSD-src-f309a749f55f70c2cd608bb5406228db7803873f.zip
FreeBSD-src-f309a749f55f70c2cd608bb5406228db7803873f.tar.gz
Moved most of the "MI" definitions and declarations from <machine/profile.h>
to <sys/gmon.h>. Cleaned them up a little by not attempting to ifdef for incomplete and out of date support for GUPROF in userland, as in the sparc64 version.
Diffstat (limited to 'sys/ia64')
-rw-r--r--sys/ia64/include/profile.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/sys/ia64/include/profile.h b/sys/ia64/include/profile.h
index a2af118..518b974 100644
--- a/sys/ia64/include/profile.h
+++ b/sys/ia64/include/profile.h
@@ -104,18 +104,6 @@ _mcount: \n\
#define MCOUNT_EXIT(s) \n\
intr_restore(_c)
#define MCOUNT_DECL(s) register_t c;
-#ifdef GUPROF
-struct gmonparam;
-
-void nullfunc_loop_profiled(void);
-void nullfunc_profiled(void);
-void startguprof(struct gmonparam *p);
-void stopguprof(struct gmonparam *p);
-#else
-#define startguprof(p)
-#define stopguprof(p)
-#endif /* GUPROF */
-
#else /* !_KERNEL */
typedef u_long uintfptr_t;
#endif
OpenPOWER on IntegriCloud