Skip to content

Commit

Permalink
microblaze: Fix comment for TLB
Browse files Browse the repository at this point in the history
There is wrong comment for TLB. Early printk uartlite
console uses TLB 63.

Signed-off-by: Michal Simek <monstr@monstr.eu>
  • Loading branch information
Michal Simek committed Aug 2, 2010
1 parent 8d7ec6e commit af58ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/microblaze/kernel/misc.S
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ early_console_reg_tlb_alloc:
* the UARTs nice and early. We use a 4k real==virtual mapping.
*/
ori r4, r0, MICROBLAZE_TLB_SIZE - 1
mts rtlbx, r4 /* TLB slot 2 */
mts rtlbx, r4 /* TLB slot 63 */

or r4,r5,r0
andi r4,r4,0xfffff000
Expand Down

0 comments on commit af58ed8

Please sign in to comment.