ck_pr/sparcv9: Recent SPARCs actually implement RSO.

ck_pr_fence_store/load will enforce store/load barriers
by default from now on.
ck_pring
Samy Al Bahra 14 years ago
parent a89f89c033
commit 631d5f93f4

@ -65,8 +65,8 @@ ck_pr_stall(void)
}
CK_PR_FENCE(load_depends, "")
CK_PR_FENCE(store, "")
CK_PR_FENCE(load, "")
CK_PR_FENCE(store, "membar #StoreStore")
CK_PR_FENCE(load, "membar #LoadLoad")
CK_PR_FENCE(memory, "membar #MemIssue")
#undef CK_PR_FENCE

Loading…
Cancel
Save