diff options
author | Liu Yu <yu.liu@freescale.com> | 2009-01-14 11:47:37 -0500 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2009-03-24 05:03:05 -0400 |
commit | fb2838d446f6ee7e13e4149e08ec138753c5c450 (patch) | |
tree | ae7e5d59cbcfe2b7f9651e78e4066c8d6ecb8b67 /arch/powerpc/kvm/e500_tlb.h | |
parent | 87c656b4147cd08c6efba95d8d70c12cba181255 (diff) |
KVM: ppc: Fix e500 warnings and some spelling problems
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'arch/powerpc/kvm/e500_tlb.h')
-rw-r--r-- | arch/powerpc/kvm/e500_tlb.h | 2 |
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( | |||
126 | { | 126 | { |
127 | /* | 127 | /* |
128 | * Manual says that tlbsel has 2 bits wide. | 128 | * Manual says that tlbsel has 2 bits wide. |
129 | * Since we only have tow TLBs, only lower bit is used. | 129 | * Since we only have two TLBs, only lower bit is used. |
130 | */ | 130 | */ |
131 | return (vcpu_e500->mas0 >> 28) & 0x1; | 131 | return (vcpu_e500->mas0 >> 28) & 0x1; |
132 | } | 132 | } |