[PATCH 1/3] blackfin: remove duplicated PAGE_SIZE define

Jean-Christophe PLAGNIOL-VILLARD plagnioj at jcrosoft.com
Fri Sep 24 03:20:20 EDT 2010


Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>
---
 arch/blackfin/include/asm/page.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/arch/blackfin/include/asm/page.h b/arch/blackfin/include/asm/page.h
index b51e6d1..ce65ee0 100644
--- a/arch/blackfin/include/asm/page.h
+++ b/arch/blackfin/include/asm/page.h
@@ -28,7 +28,6 @@
 /* PAGE_SHIFT determines the page size */
 
 #define PAGE_SHIFT			(12)
-#define PAGE_SIZE			(4096)
 #define PAGE_MASK			(~(PAGE_SIZE-1))
 
 #ifdef __KERNEL__
-- 
1.7.1




More information about the barebox mailing list