linux/arch/nds32
Greentime Hu 3ff2228dce nds32: Fix the virtual address may map too much range by tlbop issue.
We use tlbop to map virtual address in the first beginning, however it
may map too much if DRAM size is not that big. We have to invalidate the
mapping when the page table is created.

Signed-off-by: Greentime Hu <greentime@andestech.com>
2018-05-23 13:26:21 +08:00
..
boot nds32: Build infrastructure 2018-02-22 10:44:35 +08:00
configs nds32: defconfig 2018-02-22 10:44:35 +08:00
include nds32: Fix the unknown type u8 issue. 2018-05-23 13:26:21 +08:00
kernel nds32: Fix the virtual address may map too much range by tlbop issue. 2018-05-23 13:26:21 +08:00
lib nds32: Fix the symbols undefined issue by exporting them. 2018-05-23 13:26:20 +08:00
mm nds32: Fix the symbols undefined issue by exporting them. 2018-05-23 13:26:20 +08:00
Kconfig nds32: Fix building error when CONFIG_FREEZE is enabled. 2018-05-23 13:26:20 +08:00
Kconfig.cpu nds32: Fix the allmodconfig build. To make sure CONFIG_CPU_LITTLE_ENDIAN is default y 2018-05-23 13:26:21 +08:00
Makefile nds32: Fix the allmodconfig build. To make sure CONFIG_CPU_LITTLE_ENDIAN is default y 2018-05-23 13:26:21 +08:00