Преглед изворни кода

[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();
 }
 
 /*