diff options
Diffstat (limited to 'arch/x86/math-emu/polynom_Xsig.S')
-rw-r--r-- | arch/x86/math-emu/polynom_Xsig.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/math-emu/polynom_Xsig.S b/arch/x86/math-emu/polynom_Xsig.S index 17315c89ff3d..604f0b2d17e8 100644 --- a/arch/x86/math-emu/polynom_Xsig.S +++ b/arch/x86/math-emu/polynom_Xsig.S @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0 */ /*---------------------------------------------------------------------------+ | polynomial_Xsig.S | | | @@ -133,3 +134,4 @@ L_accum_done: popl %esi leave ret +ENDPROC(polynomial_Xsig) |