歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
Linux教程網 >> Linux基礎 >> 關於Linux >> uclinux-2008R1-RC8(bf561)到VDSP5的移植(23):spinlock.h

uclinux-2008R1-RC8(bf561)到VDSP5的移植(23):spinlock.h

日期:2017/3/3 16:43:39   编辑:關於Linux

在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的操作。

Copyright © Linux教程網 All Rights Reserved