linux_dsm_epyc7002/arch/arm/include
Will Deacon 6951e48bff KVM: ARM/arm64: fix non-const declaration of function returning const
Sparse kicks up about a type mismatch for kvm_target_cpu:

arch/arm64/kvm/guest.c:271:25: error: symbol 'kvm_target_cpu' redeclared with different type (originally declared at ./arch/arm64/include/asm/kvm_host.h:45) - different modifiers

so fix this by adding the missing const attribute to the function
declaration.

Cc: Christoffer Dall <christoffer.dall@linaro.org>
Cc: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
2014-08-27 22:49:45 +02:00
..
asm KVM: ARM/arm64: fix non-const declaration of function returning const 2014-08-27 22:49:45 +02:00
debug ARM: SoC platform changes for 3.17 2014-08-08 11:14:29 -07:00
uapi/asm arm/arm64: KVM: Support KVM_CAP_READONLY_MEM 2014-08-27 22:46:09 +02:00