summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/include/asm/blackfin.h
diff options
context:
space:
mode:
authorMike Frysinger2009-06-17 17:25:06 +0200
committerMike Frysinger2009-06-23 03:16:07 +0200
commitfa48f84a8cc722ca48b32fa0c338b6c3b358717d (patch)
treeaa2d2d5f1ec674b2d4c70b506ef9cd0249715e14 /arch/blackfin/include/asm/blackfin.h
parentBlackfin: stick the CPU name into boot image name (diff)
downloadkernel-qcow2-linux-fa48f84a8cc722ca48b32fa0c338b6c3b358717d.tar.gz
kernel-qcow2-linux-fa48f84a8cc722ca48b32fa0c338b6c3b358717d.tar.xz
kernel-qcow2-linux-fa48f84a8cc722ca48b32fa0c338b6c3b358717d.zip
Blackfin: unify memory map headers
Many aspects of the Blackfin memory map is exactly the same across all variants. Rather than copy and paste all of these duplicated values in each header, unify all of these into the common Blackfin memory map header file. In the process, push down BF561 SMP specific stuff to the BF561 specific header to keep the noise down. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/include/asm/blackfin.h')
-rw-r--r--arch/blackfin/include/asm/blackfin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/blackfin/include/asm/blackfin.h b/arch/blackfin/include/asm/blackfin.h
index 8bb2cb139756..4d4439583396 100644
--- a/arch/blackfin/include/asm/blackfin.h
+++ b/arch/blackfin/include/asm/blackfin.h
@@ -86,6 +86,7 @@ static inline void CSYNC(void)
#endif /* __ASSEMBLY__ */
+#include <asm/mem_map.h>
#include <mach/blackfin.h>
#include <asm/bfin-global.h>