diff --git a/repos/dde_linux/src/include/spec/x86/lx_emul/shadow/asm/cpufeature.h b/repos/dde_linux/src/include/spec/x86/lx_emul/shadow/asm/cpufeature.h index 34ccf560ed..e20505fc4f 100644 --- a/repos/dde_linux/src/include/spec/x86/lx_emul/shadow/asm/cpufeature.h +++ b/repos/dde_linux/src/include/spec/x86/lx_emul/shadow/asm/cpufeature.h @@ -8,5 +8,6 @@ #define _ASM__CPUFEATURE_H_ #define boot_cpu_has(bit) 0 +#define static_cpu_has(bit) boot_cpu_has(bit) #endif