]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/cpu/armv7/psci-common.c
Merge branch 'master' of git://git.denx.de/u-boot-spi
[u-boot] / arch / arm / cpu / armv7 / psci-common.c
index d14b6937473f08af0e4dca8733d0c7366383eedf..8cb4107be616766c891e380b66510fd716d99216 100644 (file)
@@ -29,7 +29,7 @@ static u32 psci_target_pc[CONFIG_ARMV7_PSCI_NR_CPUS] __secure_data = { 0 };
 void __secure psci_save_target_pc(int cpu, u32 pc)
 {
        psci_target_pc[cpu] = pc;
-       DSB;
+       dsb();
 }
 
 u32 __secure psci_get_target_pc(int cpu)