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

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

parent e208f83a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@ static inline void CSYNC(void)
			"nop;"
			"nop;"
			"nop;"
			"ssync;"
			"csync;"
		);
	else
		__asm__ __volatile__("csync;");