summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/include/asm/mem_map.h
Commit message (Collapse)AuthorAgeFilesLines
* Blackfin: unify memory map headersMike Frysinger2009-06-231-50/+47Star
| | | | | | | | | | 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>
* Blackfin arch: smp patch cleanup from LKML reviewGraf Yang2009-01-071-0/+75
| | | | | | | | | 1. Use inline get_l1_... functions instead of macro 2. Fix compile issue about smp barrier functions Signed-off-by: Graf Yang <graf.yang@analog.com> Signed-off-by: Bryan Wu <cooloney@kernel.org>
* Blackfin arch: move include/asm-blackfin header files to arch/blackfinBryan Wu2008-08-271-0/+12
Signed-off-by: Bryan Wu <cooloney@kernel.org>