在asm/include目錄下有一個spinlock.h文件,這個文件中應該定義對spinlock的基本操作如__raw_spin_lock等,但是目前這個文件什麼實現都沒有:
#ifndef __BFIN_SPINLOCK_H
#define __BFIN_SPINLOCK_H
//
#error blackfin architecture does not support SMP spin lock yet
//
#endif
//
暫時先將#error去掉,以後再補上對spinlock的操作。
uclinux-2008R1-RC8(bf561)到VDSP5的移植(62)
uclinux-2008R1-RC8(bf561)到VDSP5的移植(61):KBUILD_MODNAME
uclinux-2008R1-RC8(bf561)到VDSP5的移植(60):current_text_addr
uclinux-2008R1-RC8(bf561)到VDSP5的移植(58)
uclinux-2008R1-RC8(bf561)到VDSP5的移植(32):cdefbf561.h
uclinux-2008R1-RC8(bf561)到VDSP5的移植(29):spinlock