diff options
| author | Aubrey Li <aubrey.adi@gmail.com> | 2007-04-05 18:29:55 +0800 |
|---|---|---|
| committer | Aubrey Li <aubrey.adi@gmail.com> | 2007-04-05 18:29:55 +0800 |
| commit | 889256e8604e0c68db1d866d720894dffede9df6 (patch) | |
| tree | cc2563d13fb0fdc91618e83c59ab9d93de334898 /include | |
| parent | e0df1c921b788289564e4c1ee7120a6a9cd3ab05 (diff) | |
[Blackfin][PATCH] call real the system synchronize instruction
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-blackfin/io.h | 1 |
1 files changed, 1 insertions, 0 deletions
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(); } /* |
