summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2016-09-10 06:39:15 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2016-09-10 06:39:14 -0700
commit8bd9feafb1aec00be5400f818c664b05dbf02fba (patch)
tree85372efcadfee6de2a368acdd24d13d2da0c132c /arch
parenta2d7b195ec86fdaa59d7396b62732dde5e2e2b55 (diff)
parent2a2c4f8bd9e1bd117df358f0dfef8c46a041321a (diff)
Merge "drivers: GICv3: remove the rtb logs of gic write and read"
Diffstat (limited to 'arch')
-rw-r--r--arch/arm64/include/asm/arch_gicv3.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm64/include/asm/arch_gicv3.h b/arch/arm64/include/asm/arch_gicv3.h
index d925715c822f..30cf6f5961ef 100644
--- a/arch/arm64/include/asm/arch_gicv3.h
+++ b/arch/arm64/include/asm/arch_gicv3.h
@@ -172,8 +172,8 @@ static inline void gic_write_sre(u32 val)
isb();
}
-#define gic_read_typer(c) readq_relaxed(c)
-#define gic_write_irouter(v, c) writeq_relaxed(v, c)
+#define gic_read_typer(c) readq_relaxed_no_log(c)
+#define gic_write_irouter(v, c) writeq_relaxed_no_log(v, c)
#endif /* __ASSEMBLY__ */
#endif /* __ASM_ARCH_GICV3_H */