X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-m68knommu%2Fpage.h;h=3a1ede4544cba4815e357a23daafbb07189f59f1;hb=88bef5a4074e0568cf54df410f41065c06694d8a;hp=1e82ebb7d6442d755266ac2b452f04964ab52b61;hpb=11eb3b0da3f8e4b9a6da6aba510471918239153d;p=linux-2.6 diff --git a/include/asm-m68knommu/page.h b/include/asm-m68knommu/page.h index 1e82ebb7d6..3a1ede4544 100644 --- a/include/asm-m68knommu/page.h +++ b/include/asm-m68knommu/page.h @@ -43,9 +43,6 @@ typedef struct page *pgtable_t; #define __pgd(x) ((pgd_t) { (x) } ) #define __pgprot(x) ((pgprot_t) { (x) } ) -/* to align the pointer to the (next) page boundary */ -#define PAGE_ALIGN(addr) (((addr)+PAGE_SIZE-1)&PAGE_MASK) - extern unsigned long memory_start; extern unsigned long memory_end;