X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-parisc%2Fpage.h;h=c3941f09a87891e79c52f05f182ed84e0f0fc0c9;hb=7b35fa86e47f83db27056b202463d926ff0a2c8f;hp=27d50b85954109d123a8e9118a8799a4eadc5221;hpb=2f569afd9ced9ebec9a6eb3dbf6f83429be0a7b4;p=linux-2.6 diff --git a/include/asm-parisc/page.h b/include/asm-parisc/page.h index 27d50b8595..c3941f09a8 100644 --- a/include/asm-parisc/page.h +++ b/include/asm-parisc/page.h @@ -119,10 +119,6 @@ extern int npmem_ranges; #define PMD_ENTRY_SIZE (1UL << BITS_PER_PMD_ENTRY) #define PTE_ENTRY_SIZE (1UL << BITS_PER_PTE_ENTRY) -/* to align the pointer to the (next) page boundary */ -#define PAGE_ALIGN(addr) (((addr)+PAGE_SIZE-1)&PAGE_MASK) - - #define LINUX_GATEWAY_SPACE 0 /* This governs the relationship between virtual and physical addresses.