浏览代码

[Blackfin][PATCH] call real the system synchronize instruction

Aubrey Li 18 年之前
父节点
当前提交
889256e860
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      include/asm-blackfin/io.h

+ 1 - 0
include/asm-blackfin/io.h

@@ -37,6 +37,7 @@ extern void cf_outb(unsigned char val, volatile unsigned char *addr);
 
 static inline void sync(void)
 {
+	__builtin_bfin_ssync();
 }
 
 /*