aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha/include/profile.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/alpha/include/profile.h')
-rw-r--r--sys/alpha/include/profile.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/alpha/include/profile.h b/sys/alpha/include/profile.h
index 0eb8ef282098..57fbb695804b 100644
--- a/sys/alpha/include/profile.h
+++ b/sys/alpha/include/profile.h
@@ -207,7 +207,7 @@ LX98: ldgp $29,0($27); \
\
.end _mcount");
-#ifdef KERNEL
+#ifdef _KERNEL
/*
* The following two macros do splhigh and splx respectively.
* _alpha_pal_swpipl is a special version of alpha_pal_swpipl which
@@ -232,6 +232,6 @@ void stopguprof __P((struct gmonparam *p));
#define stopguprof(p)
#endif /* GUPROF */
-#else /* !KERNEL */
+#else /* !_KERNEL */
typedef u_long uintfptr_t;
#endif