commit | 7c0d26150781cbd8a522259c9dea9e7ef23df8e3 | [log] [tgz] |
---|---|---|
author | Michal Simek <monstr@monstr.eu> | Thu Dec 22 12:33:24 2011 +0100 |
committer | Michal Simek <monstr@monstr.eu> | Fri Mar 23 09:28:14 2012 +0100 |
tree | f0324f4c59a50c74340ab198eda0832085e9be81 | |
parent | 2f2f371f8907d169650f594850ca6096e2f73b77 [diff] |
microblaze: Fix mapin_ram function 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: Michal Simek <monstr@monstr.eu>