summaryrefslogtreecommitdiffstats
path: root/sys/alpha/include/mutex.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/alpha/include/mutex.h')
-rw-r--r--sys/alpha/include/mutex.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/alpha/include/mutex.h b/sys/alpha/include/mutex.h
index 5c37f54..40717b0 100644
--- a/sys/alpha/include/mutex.h
+++ b/sys/alpha/include/mutex.h
@@ -68,6 +68,8 @@ extern char STR_SIEN[];
*--------------------------------------------------------------------------
*/
+#ifdef _KERN_MUTEX_C_
+
#define _V(x) __STRING(x)
/*
@@ -84,6 +86,10 @@ extern char STR_SIEN[];
} \
} while (0)
+#undef _V
+
+#endif /* _KERN_MUTEX_C_ */
+
#endif /* _KERNEL */
#else /* !LOCORE */
OpenPOWER on IntegriCloud