Browse Source

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

Aubrey Li 18 năm trước cách đây
mục cha
commit
889256e860
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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();
 }
 
 /*