diff options
author | Christoph Hellwig <hch@lst.de> | 2019-04-09 06:26:54 -0400 |
---|---|---|
committer | Greentime Hu <greentime@andestech.com> | 2019-05-07 05:52:09 -0400 |
commit | 1cfdc6f92f25cd7ad1038835209ae4da39602b53 (patch) | |
tree | 25f676bfda065cd9f2e301df77478c71dfca3a49 /arch/nds32 | |
parent | 0ff8e00f2c1e939a44410b1b33f62e1932384531 (diff) |
nds32: remove __virt_to_bus and __bus_to_virt
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>
Diffstat (limited to 'arch/nds32')
-rw-r--r-- | arch/nds32/include/asm/memory.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/nds32/include/asm/memory.h b/arch/nds32/include/asm/memory.h index 60efc726b56e..9d552ee39bdb 100644 --- a/arch/nds32/include/asm/memory.h +++ b/arch/nds32/include/asm/memory.h | |||
@@ -15,14 +15,6 @@ | |||
15 | #define PHYS_OFFSET (0x0) | 15 | #define PHYS_OFFSET (0x0) |
16 | #endif | 16 | #endif |
17 | 17 | ||
18 | #ifndef __virt_to_bus | ||
19 | #define __virt_to_bus __virt_to_phys | ||
20 | #endif | ||
21 | |||
22 | #ifndef __bus_to_virt | ||
23 | #define __bus_to_virt __phys_to_virt | ||
24 | #endif | ||
25 | |||
26 | /* | 18 | /* |
27 | * TASK_SIZE - the maximum size of a user space task. | 19 | * TASK_SIZE - the maximum size of a user space task. |
28 | * TASK_UNMAPPED_BASE - the lower boundary of the mmap VM area | 20 | * TASK_UNMAPPED_BASE - the lower boundary of the mmap VM area |