Blackfin: SMP: kgdb: flush core internal write buffer before flushinv
authorSonic Zhang <sonic.zhang@analog.com>
Fri, 12 Nov 2010 05:54:32 +0000 (05:54 +0000)
committerMike Frysinger <vapier@gentoo.org>
Mon, 10 Jan 2011 12:18:21 +0000 (07:18 -0500)
KGDB single step in SMP kernel may hang forever in flushinv without a
CSYNC ahead.  This is because the core internal write buffers need to
be flushed before invalidating the data cache to make sure the insn
fetch is not out of sync.

Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>

No differences found