projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d7ec6e
)
microblaze: Fix comment for TLB
author
Michal Simek
<monstr@monstr.eu>
Fri, 4 Jun 2010 10:57:06 +0000
(12:57 +0200)
committer
Michal Simek
<monstr@monstr.eu>
Mon, 2 Aug 2010 08:44:03 +0000
(10:44 +0200)
There is wrong comment for TLB. Early printk uartlite
console uses TLB 63.
Signed-off-by: Michal Simek <monstr@monstr.eu>
arch/microblaze/kernel/misc.S
patch
|
blob
|
history
diff --git
a/arch/microblaze/kernel/misc.S
b/arch/microblaze/kernel/misc.S
index 0fb5fc6c1fc24343777e8053706e746df8daa49d..206da3da361fa305843b1641e8627d0ffa3d3242 100644
(file)
--- a/
arch/microblaze/kernel/misc.S
+++ b/
arch/microblaze/kernel/misc.S
@@
-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