X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-cris%2Fpage.h;h=d19272ba6b696d659c1e14643e86445c135aeb92;hb=82248a5e92793014d156a12dbcbba633794ce9f8;hp=c45bb1ef397cb3466c2d836f8fc1679ba69d4a9d;hpb=6a306e8b4c81a1c1f538e390d92bfe80d04b254c;p=linux-2.6 diff --git a/include/asm-cris/page.h b/include/asm-cris/page.h index c45bb1ef39..d19272ba6b 100644 --- a/include/asm-cris/page.h +++ b/include/asm-cris/page.h @@ -60,9 +60,6 @@ typedef struct page *pgtable_t; #define page_to_phys(page) __pa((((page) - mem_map) << PAGE_SHIFT) + PAGE_OFFSET) -/* to align the pointer to the (next) page boundary */ -#define PAGE_ALIGN(addr) (((addr)+PAGE_SIZE-1)&PAGE_MASK) - #ifndef __ASSEMBLY__ #endif /* __ASSEMBLY__ */