Skip to content

Commit 1a916ed

Browse files
committed
Merge branch 'for-next/fpsimd' into for-next/core
* for-next/fpsimd: arm64/fpsimd: Make kernel_neon_ API _GPL
2 parents 5def4a9 + aaeca98 commit 1a916ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm64/kernel/fpsimd.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1838,7 +1838,7 @@ void kernel_neon_begin(void)
18381838
/* Invalidate any task state remaining in the fpsimd regs: */
18391839
fpsimd_flush_cpu_state();
18401840
}
1841-
EXPORT_SYMBOL(kernel_neon_begin);
1841+
EXPORT_SYMBOL_GPL(kernel_neon_begin);
18421842

18431843
/*
18441844
* kernel_neon_end(): give the CPU FPSIMD registers back to the current task
@@ -1856,7 +1856,7 @@ void kernel_neon_end(void)
18561856

18571857
put_cpu_fpsimd_context();
18581858
}
1859-
EXPORT_SYMBOL(kernel_neon_end);
1859+
EXPORT_SYMBOL_GPL(kernel_neon_end);
18601860

18611861
#ifdef CONFIG_EFI
18621862

0 commit comments

Comments
 (0)