From e8051b79c2997c8df5b3996c88f76b53aa6a271b Mon Sep 17 00:00:00 2001 From: Samy Al Bahra Date: Thu, 2 Jan 2014 09:03:11 -0500 Subject: [PATCH] ck_elide: Add comment indicating purposeful omission of barriers. --- include/ck_elide.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/ck_elide.h b/include/ck_elide.h index 9b416ba..4be5a63 100644 --- a/include/ck_elide.h +++ b/include/ck_elide.h @@ -27,6 +27,12 @@ #ifndef _CK_ELIDE_H #define _CK_ELIDE_H +/* + * As RTM is currently only supported on TSO x86 architectures, + * fences have been omitted. They will be necessary for other + * non-TSO architectures with TM support. + */ + #include #include #include