Commit 1a916ed7 authored by Will Deacon's avatar Will Deacon
Browse files

Merge branch 'for-next/fpsimd' into for-next/core

* for-next/fpsimd:
  arm64/fpsimd: Make kernel_neon_ API _GPL
parents 5def4a97 aaeca984
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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