Skip to content

Commit 99f82f1

Browse files
committed
alpha: Use mb for rmb
Alpha never have a rmb instruction. Just use mb for rmb. Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
1 parent 0946b1e commit 99f82f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common_alpha.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
#define MB asm("mb")
4545
#define WMB asm("wmb")
46-
#define RMB asm("rmb")
46+
#define RMB asm("mb")
4747

4848
static void __inline blas_lock(unsigned long *address){
4949
#ifndef __DECC

0 commit comments

Comments
 (0)