diff options
| author | Jason Evans <jasone@FreeBSD.org> | 2001-01-21 22:34:43 +0000 |
|---|---|---|
| committer | Jason Evans <jasone@FreeBSD.org> | 2001-01-21 22:34:43 +0000 |
| commit | 0cde2e34af9501be4e144c7b2646ef21cc55f27d (patch) | |
| tree | 75f233671f08bf09225e421d3541ec2d51147424 /sys/amd64/include | |
| parent | df23d327cf347de3a371280add4e14403e29acaa (diff) | |
Notes
Diffstat (limited to 'sys/amd64/include')
| -rw-r--r-- | sys/amd64/include/mutex.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/amd64/include/mutex.h b/sys/amd64/include/mutex.h index 0e5810896151..2f16de3071a9 100644 --- a/sys/amd64/include/mutex.h +++ b/sys/amd64/include/mutex.h @@ -67,6 +67,8 @@ extern char STR_SIEN[]; *------------------------------------------------------------------------------ */ +#ifdef _KERN_MUTEX_C_ + #define _V(x) __STRING(x) #if 0 @@ -248,6 +250,10 @@ extern char STR_SIEN[]; #endif /* I386_CPU */ +#undef _V + +#endif /* _KERN_MUTEX_C_ */ + #endif /* _KERNEL */ #else /* !LOCORE */ |
