mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 04:32:03 +00:00
5cb843ca0f
The various reset routines in mach-realview rely on an FPGA to power-cycle the board after writing some magic runes to memory-mapped registers. This patch adds a dsb() following the writes, so that they become visible before we mdelay(1000) in the arch_reset code. Without this patch, the timeout would expire sporadically, causing the reset to fail. Signed-off-by: Will Deacon <will.deacon@arm.com> |
||
---|---|---|
.. | ||
include/mach | ||
core.c | ||
core.h | ||
hotplug.c | ||
Kconfig | ||
Makefile | ||
Makefile.boot | ||
platsmp.c | ||
realview_eb.c | ||
realview_pb11mp.c | ||
realview_pb1176.c | ||
realview_pba8.c | ||
realview_pbx.c |