mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 19:13:47 +02:00
Blackfin arch: fix typo... we want csync in CSYNC(), not ssync
Signed-off-by: Mike Frysinger <michael.frysinger@analog.com> Signed-off-by: Bryan Wu <bryan.wu@analog.com>
This commit is contained in:
parent
e208f83a7a
commit
35c724f310
|
|
@ -71,7 +71,7 @@ static inline void CSYNC(void)
|
|||
"nop;"
|
||||
"nop;"
|
||||
"nop;"
|
||||
"ssync;"
|
||||
"csync;"
|
||||
);
|
||||
else
|
||||
__asm__ __volatile__("csync;");
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user