diff options
Diffstat (limited to 'arch/x86/math-emu/reg_u_div.S')
-rw-r--r-- | arch/x86/math-emu/reg_u_div.S | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/math-emu/reg_u_div.S b/arch/x86/math-emu/reg_u_div.S index cc00654b6f9a..94d545e118e4 100644 --- a/arch/x86/math-emu/reg_u_div.S +++ b/arch/x86/math-emu/reg_u_div.S @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0 */ .file "reg_u_div.S" /*---------------------------------------------------------------------------+ | reg_u_div.S | @@ -469,3 +470,5 @@ L_exit: leave ret #endif /* PARANOID */ + +ENDPROC(FPU_u_div) |