]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: arm/arm64: Get rid of unused arg in cpu_init_hyp_mode()
authorMiaohe Lin <linmiaohe@huawei.com>
Thu, 21 Nov 2019 07:15:59 +0000 (15:15 +0800)
committerMarc Zyngier <maz@kernel.org>
Fri, 6 Dec 2019 11:41:18 +0000 (11:41 +0000)
commitee0cafc284ea574da8bad9bef395cce7be1c4491
treeaa8eefeb86b84965b78724cd7c28515f028bad70
parent3d7c624298ab01cfc7cc71efe65c915e9c048f92
KVM: arm/arm64: Get rid of unused arg in cpu_init_hyp_mode()

As arg dummy is not really needed, there's no need to pass
NULL when calling cpu_init_hyp_mode(). So clean it up.

Fixes: 96c24032018b ("arm64: kvm: allows kvm cpu hotplug")
Reviewed-by: Steven Price <steven.price@arm.com>
Signed-off-by: Miaohe Lin <linmiaohe@huawei.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/1574320559-5662-1-git-send-email-linmiaohe@huawei.com
virt/kvm/arm/arm.c