ck_pr: Remove ck_pr_fence_load_depends from GCC port.

ck_pring
Samy Al Bahra 12 years ago
parent d1dd6611ac
commit a4220f2377

@ -70,6 +70,8 @@
* load ordering.
*/
CK_PR_FENCE_NOOP(load_depends)
#define ck_pr_fence_strict_load_depends ck_pr_fence_load_depends
#if defined(CK_MD_RMO)
/*

@ -105,17 +105,6 @@ ck_pr_stall(void)
return;
}
/*
* Most target architectures do not require this.
*/
CK_CC_INLINE static void
ck_pr_fence_load_depends(void)
{
__sync_synchronize();
return;
}
/*
* Load and store fences are equivalent to full fences in the GCC port.
*/

Loading…
Cancel
Save