diff options
Diffstat (limited to 'sys/alpha/include/profile.h')
-rw-r--r-- | sys/alpha/include/profile.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/alpha/include/profile.h b/sys/alpha/include/profile.h index 0eb8ef2..57fbb69 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 |