summaryrefslogtreecommitdiff
path: root/arch/blackfin/include/asm/mutex-dec.h
AgeCommit message (Collapse)AuthorFilesLines
2009-06-13Blackfin: punt unused/wrong mutex-dec.hMike Frysinger1-112/+0
Looks like the mutex-dec.h header file was incorrectly copied into the Blackfin asm path. Nothing uses it, so punt it. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2009-01-07Blackfin arch: SMP supporting patchset: Blackfin header files and machine ↵Graf Yang1-0/+112
common code 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 Blackfin header files and machine common code Signed-off-by: Graf Yang <graf.yang@analog.com> Signed-off-by: Bryan Wu <cooloney@kernel.org>