From 52ca64b2b7bc39c921ead0cfa4b3bdddac1d24d1 Mon Sep 17 00:00:00 2001 From: Samy Al Bahra Date: Sat, 22 Sep 2012 23:02:30 -0700 Subject: [PATCH] ck_pr/sparcv9: MemIssue is overly heavyweight. Signed-off-by: Samy Al Bahra --- include/gcc/sparcv9/ck_pr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/gcc/sparcv9/ck_pr.h b/include/gcc/sparcv9/ck_pr.h index 8298637..cf3873a 100644 --- a/include/gcc/sparcv9/ck_pr.h +++ b/include/gcc/sparcv9/ck_pr.h @@ -84,7 +84,7 @@ ck_pr_stall(void) CK_PR_FENCE(load_depends, "") CK_PR_FENCE(store, "membar #StoreStore") CK_PR_FENCE(load, "membar #LoadLoad") -CK_PR_FENCE(memory, "membar #MemIssue") +CK_PR_FENCE(memory, "membar #LoadLoad | #LoadStore | #StoreStore | #StoreLoad") #undef CK_PR_FENCE