Commit 35c724f3 authored by Mike Frysinger's avatar Mike Frysinger Committed by Bryan Wu

Blackfin arch: fix typo... we want csync in CSYNC(), not ssync

Signed-off-by: default avatarMike Frysinger <michael.frysinger@analog.com>
Signed-off-by: default avatarBryan Wu <bryan.wu@analog.com>
parent e208f83a
......@@ -71,7 +71,7 @@ static inline void CSYNC(void)
"nop;"
"nop;"
"nop;"
"ssync;"
"csync;"
);
else
__asm__ __volatile__("csync;");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment