commit | 8730c178b4208ec52f4c2b381d9a2b685a791b1c | [log] [tgz] |
---|---|---|
author | Zong Li <zongbox@gmail.com> | Wed Oct 17 21:15:52 2018 +0800 |
committer | Greentime Hu <greentime@andestech.com> | Tue Nov 06 18:01:39 2018 +0800 |
tree | 1b871497ab5afd1002c75b93b3669d3eb38ec42a | |
parent | 2e95c4d672ce6c931951c87b5dbfa4106fd3cae6 [diff] |
nds32: Fill all TLB entries with kernel image mapping We use earlycon replace with early_printk and doesn't use early_io_map() to create UART mapping. It is not necessary to reserve the one way in TLB for now. It didn't make sense if use direct-mapped and reserve one way at the same time. It allow the direct-mapped now. Signed-off-by: Zong Li <zong@andestech.com> Signed-off-by: Greentime Hu <greentime@andestech.com>