diff options
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 d8833f95516..ab49e935518 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 | } |