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

来源:互联网 发布:数控加工编程 编辑:程序博客网 时间:2024/06/06 00:32
 
在include/asm/smp.h中需要定义smp操作的相关函数和数据结构,而原工程中没有,创建此文件,但内容暂时留空。
#ifndef __ASM_SMP_H
#define __ASM_SMP_H
 
#ifndef __ASSEMBLY__
#include <linux/kernel.h>
#include <linux/threads.h>
#include <linux/cpumask.h>
#endif
 
#endif
原创粉丝点击