summaryrefslogtreecommitdiffstats
path: root/arch/nds32/include/asm/memory.h
Commit message (Collapse)AuthorAgeFilesLines
* nds32: Use the correct style for SPDX License IdentifierNishad Kamdar2019-05-071-1/+1
| | | | | | | | | | This patch corrects the SPDX License Identifier style in the nds32 Hardware Architecture related files. Suggested-by: Joe Perches <joe@perches.com> Signed-off-by: Nishad Kamdar <nishadkamdar@gmail.com> Acked-by: Greentime Hu <greentime@andestech.com> Signed-off-by: Greentime Hu <greentime@andestech.com>
* nds32: remove __virt_to_bus and __bus_to_virtChristoph Hellwig2019-05-071-8/+0
| | | | | | | | These macros are not used anywhere. Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Greentime Hu <greentime@andestech.com> Signed-off-by: Greentime Hu <greentime@andestech.com>
* nds32: MMU definitionsGreentime Hu2018-02-221-0/+105
This patch includes virtual memory layout, PHYS_OFFSET is defined as 0x0. It also includes the 4KB/8KB page size configurations and pte operations. Signed-off-by: Vincent Chen <vincentc@andestech.com> Signed-off-by: Greentime Hu <greentime@andestech.com> Acked-by: Arnd Bergmann <arnd@arndb.de>
OpenPOWER on IntegriCloud