commit | c9784ebb23be1e2ef23f537d6df04e0ea0206802 | [log] [tgz] |
---|---|---|
author | Yi Li <yi.li@analog.com> | Fri Dec 04 06:56:21 2009 +0000 |
committer | Mike Frysinger <vapier@gentoo.org> | Tue Mar 09 00:30:45 2010 -0500 |
tree | fd0eb67c23deb8f1073c9162bd105d8b0d9e3962 | |
parent | 3630ac34b0ab346ff0910401dbed7af624be7027 [diff] |
Blackfin: flush caches on SMP when one core calls another via IPI Sometimes a SMP system will randomly panic at boot. This is due to caches being out of sync when one core tries to signal the other. So when one core calls another via IPI, flush the data caches. Signed-off-by: Yi Li <yi.li@analog.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org>