aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-mn10300/page.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-mn10300/page.h')
-rw-r--r--include/asm-mn10300/page.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asm-mn10300/page.h b/include/asm-mn10300/page.h
index 124971b9fb9b..8288e124165b 100644
--- a/include/asm-mn10300/page.h
+++ b/include/asm-mn10300/page.h
@@ -61,9 +61,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