aboutsummaryrefslogtreecommitdiff
path: root/sys/mips/include
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2019-11-21 18:49:54 +0000
committerWarner Losh <imp@FreeBSD.org>2019-11-21 18:49:54 +0000
commit5bebf8b402d84a299d7d9a1fc28ec5e46c7ccb12 (patch)
treeb36467442e35c42c49ce40d1aa3b812914f92829 /sys/mips/include
parentc0632867ba9d9a213e4406b3c6c60083e111bc46 (diff)
Notes
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;