aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/e500_tlb.h
diff options
context:
space:
mode:
authorLiu Yu <yu.liu@freescale.com>2009-01-14 10:47:37 -0600
committerAvi Kivity <avi@redhat.com>2009-03-24 11:03:05 +0200
commitfb2838d446f6ee7e13e4149e08ec138753c5c450 (patch)
treeae7e5d59cbcfe2b7f9651e78e4066c8d6ecb8b67 /arch/powerpc/kvm/e500_tlb.h
parentpowerpc/fsl-booke: declare tlbcam_index for use in c (diff)
downloadlinux-dev-fb2838d446f6ee7e13e4149e08ec138753c5c450.tar.xz
linux-dev-fb2838d446f6ee7e13e4149e08ec138753c5c450.zip
KVM: ppc: Fix e500 warnings and some spelling problems
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to '')
-rw-r--r--arch/powerpc/kvm/e500_tlb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kvm/e500_tlb.h b/arch/powerpc/kvm/e500_tlb.h
index d8833f955163..ab49e9355185 100644
--- a/arch/powerpc/kvm/e500_tlb.h
+++ b/arch/powerpc/kvm/e500_tlb.h
@@ -126,7 +126,7 @@ static inline unsigned int get_tlb_tlbsel(
{
/*
* Manual says that tlbsel has 2 bits wide.
- * Since we only have tow TLBs, only lower bit is used.
+ * Since we only have two TLBs, only lower bit is used.
*/
return (vcpu_e500->mas0 >> 28) & 0x1;
}