• M
    microblaze: Fix mapin_ram function · 7c0d2615
    Michal Simek 提交于
    Fix how many pages are allocated in mapin_ram. It is lowmem_size
    not setup CONFIG_LOWMEM_SIZE because it is the same for all systems.
    Which means that wrong pages are allocated if memory size is smaller
    than CONFIG_LOWMEM_SIZE. It has dramatic impact on bootup time.
    On sp605 MMU full hw design is 7s.
    Signed-off-by: NMichal Simek <monstr@monstr.eu>
    7c0d2615
pgtable.c 6.2 KB