diff options
Diffstat (limited to 'arch/powerpc/kernel/head_40x.S')
| -rw-r--r-- | arch/powerpc/kernel/head_40x.S | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/powerpc/kernel/head_40x.S b/arch/powerpc/kernel/head_40x.S index a90625f9b48..8278e8bad5a 100644 --- a/arch/powerpc/kernel/head_40x.S +++ b/arch/powerpc/kernel/head_40x.S | |||
| @@ -923,11 +923,7 @@ initial_mmu: | |||
| 923 | mtspr SPRN_PID,r0 | 923 | mtspr SPRN_PID,r0 |
| 924 | sync | 924 | sync |
| 925 | 925 | ||
| 926 | /* Configure and load two entries into TLB slots 62 and 63. | 926 | /* Configure and load one entry into TLB slots 63 */ |
| 927 | * In case we are pinning TLBs, these are reserved in by the | ||
| 928 | * other TLB functions. If not reserving, then it doesn't | ||
| 929 | * matter where they are loaded. | ||
| 930 | */ | ||
| 931 | clrrwi r4,r4,10 /* Mask off the real page number */ | 927 | clrrwi r4,r4,10 /* Mask off the real page number */ |
| 932 | ori r4,r4,(TLB_WR | TLB_EX) /* Set the write and execute bits */ | 928 | ori r4,r4,(TLB_WR | TLB_EX) /* Set the write and execute bits */ |
| 933 | 929 | ||
