mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 21:07:02 +09:00
ARM: rockchip: common: covert dsb() to dsb(sy)
This commit is contained in:
@@ -102,7 +102,7 @@ static int __init rockchip_cpu_axi_init(void)
|
||||
iounmap(base);
|
||||
}
|
||||
}
|
||||
dsb();
|
||||
dsb(sy);
|
||||
|
||||
#undef MAP
|
||||
|
||||
|
||||
Reference in New Issue
Block a user