]> www.infradead.org Git - users/hch/misc.git/commit
smccc: kvm_guest: Fix kernel builds for 32 bit arm
authorShameer Kolothum <shameerali.kolothum.thodi@huawei.com>
Fri, 7 Mar 2025 00:38:28 +0000 (16:38 -0800)
committerOliver Upton <oliver.upton@linux.dev>
Fri, 7 Mar 2025 00:41:04 +0000 (16:41 -0800)
commit44ff44cadbd144ee1159f5687a852c49c4290262
tree0f12630e6f57351341f2b17511ddbb619242e5cf
parentf69656656fa7030eff42fcabe7316ff96fc2a5cd
smccc: kvm_guest: Fix kernel builds for 32 bit arm

The paravirtual implementation ID stuffs is 64-bit only and broke 32bit
arm builds. Slap an ifdef bandaid on the situation to get things rolling
again.

Signed-off-by: Shameer Kolothum <shameerali.kolothum.thodi@huawei.com>
Signed-off-by: Oliver Upton <oliver.upton@linux.dev>
drivers/firmware/smccc/kvm_guest.c