Add read barrier definition
This commit is contained in:
parent
20d0cb2f65
commit
d1d69e1b9a
|
@ -43,6 +43,7 @@
|
||||||
|
|
||||||
#define MB asm("mb")
|
#define MB asm("mb")
|
||||||
#define WMB asm("wmb")
|
#define WMB asm("wmb")
|
||||||
|
#define RMB asm("rmb")
|
||||||
|
|
||||||
static void __inline blas_lock(unsigned long *address){
|
static void __inline blas_lock(unsigned long *address){
|
||||||
#ifndef __DECC
|
#ifndef __DECC
|
||||||
|
|
Loading…
Reference in New Issue