We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5def4a9 + aaeca98 commit 1a916edCopy full SHA for 1a916ed
arch/arm64/kernel/fpsimd.c
@@ -1838,7 +1838,7 @@ void kernel_neon_begin(void)
1838
/* Invalidate any task state remaining in the fpsimd regs: */
1839
fpsimd_flush_cpu_state();
1840
}
1841
-EXPORT_SYMBOL(kernel_neon_begin);
+EXPORT_SYMBOL_GPL(kernel_neon_begin);
1842
1843
/*
1844
* kernel_neon_end(): give the CPU FPSIMD registers back to the current task
@@ -1856,7 +1856,7 @@ void kernel_neon_end(void)
1856
1857
put_cpu_fpsimd_context();
1858
1859
-EXPORT_SYMBOL(kernel_neon_end);
+EXPORT_SYMBOL_GPL(kernel_neon_end);
1860
1861
#ifdef CONFIG_EFI
1862
0 commit comments