summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-bf561/smp.c
Commit message (Collapse)AuthorAgeFilesLines
* Blackfin: add support for gptimer0 as a tick sourceGraf Yang2009-06-121-1/+1
| | | | | | | | For systems where the core cycles are not a usable tick source (like SMP or cycles gets updated), enable gptimer0 as an alternative. Signed-off-by: Graf Yang <graf.yang@analog.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Blackfin: do not append newlines to panic() messagesMike Frysinger2009-06-121-1/+1
| | | | | | The panic() function already handles newlines for us. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Blackfin arch: smp patch cleanup from LKML reviewGraf Yang2009-01-071-8/+3
| | | | | | | | | 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: SMP supporting patchset: BF561 related codeGraf Yang2009-01-071-0/+172
Blackfin dual core BF561 processor can support SMP like features. https://docs.blackfin.uclinux.org/doku.php?id=linux-kernel:smp-like In this patch, we provide SMP extend to BF561 kernel code Signed-off-by: Graf Yang <graf.yang@analog.com> Signed-off-by: Mike Frysinger <vapier.adi@gmail.com> Signed-off-by: Bryan Wu <cooloney@kernel.org>