Skip to content

Commit

Permalink
powerpc: Fix KVM build on ppc440
Browse files Browse the repository at this point in the history
Commit 2a4aca1 ("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>
  • Loading branch information
Paul Mackerras committed Dec 23, 2008
1 parent def434c commit fad7b9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/powerpc/kvm/powerpc.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#include <asm/uaccess.h>
#include <asm/kvm_ppc.h>
#include <asm/tlbflush.h>
#include "../mm/mmu_decl.h"


gfn_t unalias_gfn(struct kvm *kvm, gfn_t gfn)
Expand Down

0 comments on commit fad7b9b

Please sign in to comment.