projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0df1c9
)
[Blackfin][PATCH] call real the system synchronize instruction
author
Aubrey Li
<aubrey.adi@gmail.com>
Thu, 5 Apr 2007 10:29:55 +0000
(18:29 +0800)
committer
Aubrey Li
<aubrey.adi@gmail.com>
Thu, 5 Apr 2007 10:29:55 +0000
(18:29 +0800)
include/asm-blackfin/io.h
patch
|
blob
|
history
diff --git
a/include/asm-blackfin/io.h
b/include/asm-blackfin/io.h
index 6bab6e766a8032af7e5f81d053b1eca032c22297..c435fef2fef89ee7b8864919b6fbf4a31eff67f1 100644
(file)
--- 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();
}
/*