Correct comment about initial VA=>PA mapping
This commit is contained in:
parent
cfdb2eed92
commit
b4b27eaac6
@ -266,7 +266,7 @@ mmu_init_table:
|
||||
MMU_INIT(KERNBASE, PHYSADDR, 64, L1_TYPE_S|L1_SHARED|L1_S_C|L1_S_AP(AP_KRW))
|
||||
MMU_INIT(0x48000000, 0x48000000, 1, L1_TYPE_S|L1_SHARED|L1_S_C|L1_S_AP(AP_KRW))
|
||||
#if defined(CPU_MV_PJ4B)
|
||||
/* map VA 0xf1000000..0xd0000000 to PA */
|
||||
/* map VA 0xf1000000..0xf1100000 to PA 0xd0000000 */
|
||||
MMU_INIT(0xf1000000, 0xd0000000, 1, L1_TYPE_S|L1_SHARED|L1_S_B|L1_S_AP(AP_KRW))
|
||||
#endif /* CPU_MV_PJ4B */
|
||||
#endif /* SMP */
|
||||
|
Loading…
x
Reference in New Issue
Block a user