在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
时间: 2024-09-25 19:48:18
在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