summaryrefslogtreecommitdiff
path: root/arch/x86/math-emu/wm_sqrt.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/math-emu/wm_sqrt.S')
-rw-r--r--arch/x86/math-emu/wm_sqrt.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/math-emu/wm_sqrt.S b/arch/x86/math-emu/wm_sqrt.S
index d258f59564e1..f031c0e19356 100644
--- a/arch/x86/math-emu/wm_sqrt.S
+++ b/arch/x86/math-emu/wm_sqrt.S
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
.file "wm_sqrt.S"
/*---------------------------------------------------------------------------+
| wm_sqrt.S |
@@ -468,3 +469,4 @@ sqrt_more_prec_large:
/* Our estimate is too large */
movl $0x7fffff00,%eax
jmp sqrt_round_result
+ENDPROC(wm_sqrt)