arm64: KVM: Remove const from struct sys_reg_params
authorPavel Fedin <p.fedin@samsung.com>
Fri, 4 Dec 2015 12:03:12 +0000 (15:03 +0300)
committerMarc Zyngier <marc.zyngier@arm.com>
Fri, 4 Dec 2015 16:29:47 +0000 (16:29 +0000)
commit3fec037d0fb292c4e5b2a7f8d132b5f9d5487ff3
tree3158e73b958859af4406d1c47590b5332b66436a
parentbc45a516fa90b43b1898758d8b53b74c24b954e4
arm64: KVM: Remove const from struct sys_reg_params

Further rework is going to introduce a dedicated storage for transfer
register value in struct sys_reg_params. Before doing this we have to
remove 'const' modifiers from it in all accessor functions and their
callers.

Signed-off-by: Pavel Fedin <p.fedin@samsung.com>
Reviewed-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
arch/arm64/kvm/sys_regs.c
arch/arm64/kvm/sys_regs.h
arch/arm64/kvm/sys_regs_generic_v8.c