commit | 2602087ef49d8081ece54019aa862dbb12a04806 | [log] [tgz] |
---|---|---|
author | Christoffer Dall <cdall@linaro.org> | Tue May 16 09:31:58 2017 +0200 |
committer | Christoffer Dall <cdall@linaro.org> | Tue May 23 12:48:07 2017 +0200 |
tree | 17234ea0f92c289fc4352e8ab6f783d3e14dbfbd | |
parent | e8ec032b182cd4841605de4fc297a8edffe55972 [diff] |
KVM: arm/arm64: Allow GICv2 to supply a uaccess register function We are about to differentiate between writes from a VCPU and from userspace to the GIC's GICD_ISACTIVER and GICD_ICACTIVER registers due to different synchronization requirements. Expand the macro to define a register description for the GIC to take uaccess functions as well. Signed-off-by: Christoffer Dall <cdall@linaro.org> Acked-by: Marc Zyngier <marc.zyngier@arm.com>