Sfoglia il codice sorgente

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

Aubrey Li 18 anni fa
parent
commit
889256e860
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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();
 }
 
 /*