From: Andrew Morton Fix v850, even though remove-the-v850-port.patch is in the pipeline. Cc: Cc: Andrea Righi Signed-off-by: Andrew Morton --- include/asm-v850/page.h | 4 ---- 1 file changed, 4 deletions(-) diff -puN include/asm-v850/page.h~page_align-correctly-handle-64-bit-values-on-32-bit-architectures-v850-fix include/asm-v850/page.h --- a/include/asm-v850/page.h~page_align-correctly-handle-64-bit-values-on-32-bit-architectures-v850-fix +++ a/include/asm-v850/page.h @@ -94,10 +94,6 @@ typedef unsigned long pgprot_t; #endif /* !__ASSEMBLY__ */ -/* to align the pointer to the (next) page boundary */ -#define PAGE_ALIGN(addr) (((addr) + PAGE_SIZE - 1) & PAGE_MASK) - - /* No current v850 processor has virtual memory. */ #define __virt_to_phys(addr) (addr) #define __phys_to_virt(addr) (addr) _