powerpc: Fix KVM build on ppc440
authorPaul Mackerras <paulus@samba.org>
Tue, 23 Dec 2008 03:57:26 +0000 (14:57 +1100)
committerPaul Mackerras <paulus@samba.org>
Tue, 23 Dec 2008 03:58:30 +0000 (14:58 +1100)
commitfad7b9b51e21a97e9e2662f1b51869ed2d209097
tree58ca6546a29f26dd9e4b5c9c37db8a104d7a5837
parentdef434c2319c5a336633cd73322e0f28a7091b01
powerpc: Fix KVM build on ppc440

Commit 2a4aca1144394653269720ffbb5a325a77abd5fa ("powerpc/mm: Split
low level tlb invalidate for nohash processors") changed a call to
_tlbia to _tlbil_all but didn't include the header that defines
_tlbil_all, leading to a build failure on 440 if KVM is enabled.
This fixes it.

Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kvm/powerpc.c