X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-m32r%2Fpage.h;h=c9333089fe111e5b0e4878bb4c6cd063d6b9271f;hb=399ccdc1cd4e92e541d4dacbbf18c52bd693418b;hp=8a677f3fca683d658dc41c6306ff6828f9df6390;hpb=6a306e8b4c81a1c1f538e390d92bfe80d04b254c;p=linux-2.6-omap-h63xx.git diff --git a/include/asm-m32r/page.h b/include/asm-m32r/page.h index 8a677f3fca6..c9333089fe1 100644 --- a/include/asm-m32r/page.h +++ b/include/asm-m32r/page.h @@ -41,9 +41,6 @@ typedef struct page *pgtable_t; #endif /* !__ASSEMBLY__ */ -/* to align the pointer to the (next) page boundary */ -#define PAGE_ALIGN(addr) (((addr) + PAGE_SIZE - 1) & PAGE_MASK) - /* * This handles the memory map.. We could make this a config * option, but too many people screw it up, and too few need