aboutsummaryrefslogtreecommitdiff
path: root/sys/mips/include
diff options
context:
space:
mode:
Diffstat (limited to 'sys/mips/include')
-rw-r--r--sys/mips/include/profile.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/mips/include/profile.h b/sys/mips/include/profile.h
index 3f04e298c7c5..5968deb60b43 100644
--- a/sys/mips/include/profile.h
+++ b/sys/mips/include/profile.h
@@ -76,13 +76,6 @@
".set at");
#ifdef _KERNEL
-/*
- * The following two macros do splhigh and splx respectively.
- * They have to be defined this way because these are real
- * functions on the MIPS, and we do not want to invoke mcount
- * recursively.
- */
-
#define MCOUNT_DECL(s) u_long s;
#ifdef SMP
extern int mcount_lock;