]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite0d1054f2ed62f383ae7fee4da6cc968f7870b78
tree3158e73b958859af4406d1c47590b5332b66436a
parent503155fcfd40838408e3ce6ff3cf1eed077179ae
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