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

This commit is contained in:
Aubrey Li 2007-04-05 18:29:55 +08:00
parent e0df1c921b
commit 889256e860

View File

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