Merge branch 'for-next/fpsimd' into for-next/core
* for-next/fpsimd: arm64/fpsimd: Make kernel_neon_ API _GPL
This commit is contained in:
commit
1a916ed79b
@ -1838,7 +1838,7 @@ void kernel_neon_begin(void)
|
||||
/* Invalidate any task state remaining in the fpsimd regs: */
|
||||
fpsimd_flush_cpu_state();
|
||||
}
|
||||
EXPORT_SYMBOL(kernel_neon_begin);
|
||||
EXPORT_SYMBOL_GPL(kernel_neon_begin);
|
||||
|
||||
/*
|
||||
* kernel_neon_end(): give the CPU FPSIMD registers back to the current task
|
||||
@ -1856,7 +1856,7 @@ void kernel_neon_end(void)
|
||||
|
||||
put_cpu_fpsimd_context();
|
||||
}
|
||||
EXPORT_SYMBOL(kernel_neon_end);
|
||||
EXPORT_SYMBOL_GPL(kernel_neon_end);
|
||||
|
||||
#ifdef CONFIG_EFI
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user