summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2010-09-24 09:20:20 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2010-09-24 09:51:14 +0200
commitbe37e67c1fdc7102ed2891fc873c1d114e736f12 (patch)
treed57e5ec882cdc1208aa3f83420bd5792d12d6408 /arch
parent3f03b507d1f380136b03c4b339457cd546c2ba28 (diff)
downloadbarebox-be37e67c1fdc7102ed2891fc873c1d114e736f12.tar.gz
barebox-be37e67c1fdc7102ed2891fc873c1d114e736f12.tar.xz
blackfin: remove duplicated PAGE_SIZE define
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/blackfin/include/asm/page.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/blackfin/include/asm/page.h b/arch/blackfin/include/asm/page.h
index b51e6d1c46..ce65ee0bd4 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__