]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-m32r/page.h
PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architectures
[linux-2.6-omap-h63xx.git] / include / asm-m32r / page.h
index 8a677f3fca683d658dc41c6306ff6828f9df6390..c9333089fe111e5b0e4878bb4c6cd063d6b9271f 100644 (file)
@@ -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