Explorar o código

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

Aubrey Li %!s(int64=18) %!d(string=hai) anos
pai
achega
889256e860
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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();
 }
 
 /*