aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-v850/page.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-v850/page.h')
-rw-r--r--include/asm-v850/page.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asm-v850/page.h b/include/asm-v850/page.h
index 74a539a9bd59..f9de35d873fa 100644
--- a/include/asm-v850/page.h
+++ b/include/asm-v850/page.h
@@ -94,10 +94,6 @@ typedef unsigned long pgprot_t;
94#endif /* !__ASSEMBLY__ */ 94#endif /* !__ASSEMBLY__ */
95 95
96 96
97/* to align the pointer to the (next) page boundary */
98#define PAGE_ALIGN(addr) (((addr) + PAGE_SIZE - 1) & PAGE_MASK)
99
100
101/* No current v850 processor has virtual memory. */ 97/* No current v850 processor has virtual memory. */
102#define __virt_to_phys(addr) (addr) 98#define __virt_to_phys(addr) (addr)
103#define __phys_to_virt(addr) (addr) 99#define __phys_to_virt(addr) (addr)