Skip to content
Commit 3d9cd95f authored by Marc Zyngier's avatar Marc Zyngier
Browse files

ARM: gic-v3: Work around definition of gic_write_bpr1



A new accessor for gic_write_bpr1 is added to arch_gicv3.h in 4.9,
whilst the CP15 accessors are redifined in a separate branch.
This leads to a horrible clash, where the new accessor ends up with
a crap "asm volatile" definition.

Work around this by carrying our own definition of gic_write_bpr1,
creating a small conflict which will be obvious to resolve.

Signed-off-by: default avatarMarc Zyngier <marc.zyngier@arm.com>
parent 61349937
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment