diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-09-16 22:45:16 +0200 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-09-16 22:45:16 +0200 |
commit | 4722cd7741c6404f967f7a7b8b666540b6c1663e (patch) | |
tree | 877b7d8efe1e4e4ce48416186b4f45da3a5fccac /arch/arm/mach-realview | |
parent | Merge branch 'zImage_DTB_append' of git://git.linaro.org/people/nico/linux in... (diff) | |
parent | Merge branches 'hwbreak', 'perf/updates' and 'perf/system-pmus' into for-rmk (diff) | |
download | linux-4722cd7741c6404f967f7a7b8b666540b6c1663e.tar.xz linux-4722cd7741c6404f967f7a7b8b666540b6c1663e.zip |
Merge branch 'for-rmk' of git://linux-arm.org/linux-2.6-wd into devel-stable
Conflicts:
arch/arm/mach-imx/mach-cpuimx27.c
Diffstat (limited to 'arch/arm/mach-realview')
-rw-r--r-- | arch/arm/mach-realview/include/mach/system.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-realview/include/mach/system.h b/arch/arm/mach-realview/include/mach/system.h index a30f2e3ec178..6657ff231161 100644 --- a/arch/arm/mach-realview/include/mach/system.h +++ b/arch/arm/mach-realview/include/mach/system.h @@ -44,6 +44,7 @@ static inline void arch_reset(char mode, const char *cmd) */ if (realview_reset) realview_reset(mode); + dsb(); } #endif |