Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
powerpc/kvm: Fix SMP=n build error in book3s_xics.c
Commit 34cb795 "Convert ICS mutex lock to spin lock" added an include of asm/spinlock.h, which does not work in the SMP=n case. It should instead include linux/spinlock.h Fixes: 34cb795 ("KVM: PPC: Book3S HV: Convert ICS mutex lock to spin lock") Acked-by: Paul Mackerras <paulus@samba.org> Reviewed-by: Alexander Graf <agraf@suse.de> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
- Loading branch information