X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-s390%2Fpage.h;h=991ba939408c5f9c6b1f9bcdfbc159e715f13554;hb=4b1fefaca9f5fdd43b24aa248777a75a81dfa8d6;hp=12fd9c4f0f154fe86baaed66c71103d24b15f65a;hpb=3e1b83ab3912a6f583897635bee0a2e0cd1545f7;p=linux-2.6 diff --git a/include/asm-s390/page.h b/include/asm-s390/page.h index 12fd9c4f0f..991ba93940 100644 --- a/include/asm-s390/page.h +++ b/include/asm-s390/page.h @@ -138,9 +138,6 @@ void arch_alloc_page(struct page *page, int order); #endif /* !__ASSEMBLY__ */ -/* to align the pointer to the (next) page boundary */ -#define PAGE_ALIGN(addr) (((addr)+PAGE_SIZE-1)&PAGE_MASK) - #define __PAGE_OFFSET 0x0UL #define PAGE_OFFSET 0x0UL #define __pa(x) (unsigned long)(x)