nds32: Fill all TLB entries with kernel image mapping
authorZong Li <zongbox@gmail.com>
Wed, 17 Oct 2018 13:15:52 +0000 (21:15 +0800)
committerGreentime Hu <greentime@andestech.com>
Tue, 6 Nov 2018 10:01:39 +0000 (18:01 +0800)
commit8730c178b4208ec52f4c2b381d9a2b685a791b1c
tree1b871497ab5afd1002c75b93b3669d3eb38ec42a
parent2e95c4d672ce6c931951c87b5dbfa4106fd3cae6
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>
arch/nds32/kernel/head.S