mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 09:41:44 +00:00
6b3087c64a
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>
7 lines
103 B
C
7 lines
103 B
C
#ifndef _ASM_BLACKFIN_RWLOCK_H
|
|
#define _ASM_BLACKFIN_RWLOCK_H
|
|
|
|
#define RW_LOCK_BIAS 0x01000000
|
|
|
|
#endif
|