diff options
Diffstat (limited to 'arch/powerpc/mm/slb_low.S')
-rw-r--r-- | arch/powerpc/mm/slb_low.S | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/powerpc/mm/slb_low.S b/arch/powerpc/mm/slb_low.S index 1328a81a84aa..657f6b37e9df 100644 --- a/arch/powerpc/mm/slb_low.S +++ b/arch/powerpc/mm/slb_low.S | |||
@@ -227,8 +227,9 @@ END_FW_FTR_SECTION_IFSET(FW_FEATURE_ISERIES) | |||
227 | 227 | ||
228 | 7: ld r10,PACASTABRR(r13) | 228 | 7: ld r10,PACASTABRR(r13) |
229 | addi r10,r10,1 | 229 | addi r10,r10,1 |
230 | /* use a cpu feature mask if we ever change our slb size */ | 230 | /* This gets soft patched on boot. */ |
231 | cmpldi r10,SLB_NUM_ENTRIES | 231 | _GLOBAL(slb_compare_rr_to_size) |
232 | cmpldi r10,0 | ||
232 | 233 | ||
233 | blt+ 4f | 234 | blt+ 4f |
234 | li r10,SLB_NUM_BOLTED | 235 | li r10,SLB_NUM_BOLTED |