remove typo
This commit is contained in:
parent
a464b672ee
commit
22b729a737
1 changed files with 1 additions and 1 deletions
|
@ -765,7 +765,7 @@ int arch_paging_init(void)
|
|||
#ifdef CONFIG_ROCKCREEK
|
||||
// map SCC's bootinfo
|
||||
viraddr = map_region(SCC_BOOTINFO, SCC_BOOTINFO, 1, MAP_KERNEL_SPACE);
|
||||
kprintf("Mao SCC's bootinfos at 0x%x\n", viraddr);
|
||||
kprintf("Map SCC's bootinfos at 0x%x\n", viraddr);
|
||||
|
||||
// map SCC's configuration registers
|
||||
viraddr = map_region(CRB_X0_Y0, CRB_X0_Y0, (CRB_OWN-CRB_X0_Y0+16*1024*1024) >> PAGE_SHIFT, MAP_KERNEL_SPACE|MAP_NO_CACHE);
|
||||
|
|
Loading…
Add table
Reference in a new issue