diff options
author | Michal Simek <monstr@monstr.eu> | 2010-06-04 06:57:06 -0400 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2010-08-02 04:44:03 -0400 |
commit | af58ed854bf7d233988ae037e19f5d89335e0ecc (patch) | |
tree | a6bb931e2d1c6953ff494beecb65814718d3728f /arch/microblaze | |
parent | 8d7ec6ee59e78140bf01c7d0d009ea39ab6b3b59 (diff) |
microblaze: Fix comment for TLB
There is wrong comment for TLB. Early printk uartlite
console uses TLB 63.
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/microblaze')
-rw-r--r-- | arch/microblaze/kernel/misc.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/kernel/misc.S b/arch/microblaze/kernel/misc.S index 0fb5fc6c1fc2..206da3da361f 100644 --- a/arch/microblaze/kernel/misc.S +++ b/arch/microblaze/kernel/misc.S | |||
@@ -76,7 +76,7 @@ early_console_reg_tlb_alloc: | |||
76 | * the UARTs nice and early. We use a 4k real==virtual mapping. | 76 | * the UARTs nice and early. We use a 4k real==virtual mapping. |
77 | */ | 77 | */ |
78 | ori r4, r0, MICROBLAZE_TLB_SIZE - 1 | 78 | ori r4, r0, MICROBLAZE_TLB_SIZE - 1 |
79 | mts rtlbx, r4 /* TLB slot 2 */ | 79 | mts rtlbx, r4 /* TLB slot 63 */ |
80 | 80 | ||
81 | or r4,r5,r0 | 81 | or r4,r5,r0 |
82 | andi r4,r4,0xfffff000 | 82 | andi r4,r4,0xfffff000 |