From: Aubrey Li Date: Thu, 5 Apr 2007 10:29:55 +0000 (+0800) Subject: [Blackfin][PATCH] call real the system synchronize instruction X-Git-Tag: v1.3.0-rc1~112^2~5 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=889256e8604e0c68db1d866d720894dffede9df6;p=oweals%2Fu-boot.git [Blackfin][PATCH] call real the system synchronize instruction --- diff --git a/include/asm-blackfin/io.h b/include/asm-blackfin/io.h index 6bab6e766a..c435fef2fe 100644 --- a/include/asm-blackfin/io.h +++ b/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(); } /*