[Blackfin][PATCH] call real the system synchronize instruction
authorAubrey Li <aubrey.adi@gmail.com>
Thu, 5 Apr 2007 10:29:55 +0000 (18:29 +0800)
committerAubrey Li <aubrey.adi@gmail.com>
Thu, 5 Apr 2007 10:29:55 +0000 (18:29 +0800)
include/asm-blackfin/io.h

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