Skip to content

Commit

Permalink
Blackfin arch: fix typo... we want csync in CSYNC(), not ssync
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Frysinger <michael.frysinger@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
  • Loading branch information
Mike Frysinger authored and Bryan Wu committed Aug 3, 2007
1 parent e208f83 commit 35c724f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-blackfin/blackfin.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ static inline void CSYNC(void)
"nop;"
"nop;"
"nop;"
"ssync;"
"csync;"
);
else
__asm__ __volatile__("csync;");
Expand Down

0 comments on commit 35c724f

Please sign in to comment.