mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-09 10:47:41 +01:00
ipq: Add ISB instruction in isb() for aarch32
Updated the isb function for the aarch32 config to include ISB instruction. Change-Id: Iea2ee7934d18d6149af4032102b1677c16b9c06c Signed-off-by: anusha <anusharao@codeaurora.org>
This commit is contained in:
parent
15fd656acb
commit
b992347829
1 changed files with 1 additions and 1 deletions
|
|
@ -182,7 +182,7 @@ void flush_l3_cache(void);
|
|||
*/
|
||||
void save_boot_params_ret(void);
|
||||
|
||||
#define isb() __asm__ __volatile__ ("" : : : "memory")
|
||||
#define isb() __asm__ __volatile__ ("isb" : : : "memory")
|
||||
|
||||
#define nop() __asm__ __volatile__("mov\tr0,r0\t@ nop\n\t");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue