From e5a5d0e2b9d2b743a1cd16647b5cc6f7de387612 Mon Sep 17 00:00:00 2001 From: "Devon H. O'Dell" Date: Thu, 3 Mar 2011 11:14:04 -0500 Subject: [PATCH] x86: Remove invalid comment about fixed bug. --- include/gcc/x86/ck_pr.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/gcc/x86/ck_pr.h b/include/gcc/x86/ck_pr.h index 7f504a4..1f3c8e6 100644 --- a/include/gcc/x86/ck_pr.h +++ b/include/gcc/x86/ck_pr.h @@ -675,8 +675,6 @@ CK_PR_CAS_V(8, 8, uint8_t) CK_PR_BT_S(K, 32, uint32_t, #K "l %2, %0") \ CK_PR_BT_S(K, 16, uint16_t, #K "w %w2, %0") -/* TODO: GCC's intrinsic atomics for btc and bts don't work for 64-bit. */ - CK_PR_GENERATE(btc) CK_PR_GENERATE(bts) CK_PR_GENERATE(btr)