diff options
Diffstat (limited to 'include/linux/simd_x86.h')
-rw-r--r-- | include/linux/simd_x86.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/linux/simd_x86.h b/include/linux/simd_x86.h index 641f43955..edd456098 100644 --- a/include/linux/simd_x86.h +++ b/include/linux/simd_x86.h @@ -84,6 +84,15 @@ #if defined(_KERNEL) +/* + * Disable the WARN_ON_FPU() macro to prevent additional dependencies + * when providing the kfpu_* functions. Relevant warnings are included + * as appropriate and are unconditionally enabled. + */ +#if defined(CONFIG_X86_DEBUG_FPU) && !defined(KERNEL_EXPORTS_X86_FPU) +#undef CONFIG_X86_DEBUG_FPU +#endif + #if defined(HAVE_KERNEL_FPU_API_HEADER) #include <asm/fpu/api.h> #include <asm/fpu/internal.h> |