kernel/arch/sh/kernel/cpu/sh4/fpu.c
.. .. @@ -1,9 +1,6 @@ 1 +// SPDX-License-Identifier: GPL-2.01 2 /* 2 3 * Save/restore floating point context for signal handlers. 3 - *4 - * This file is subject to the terms and conditions of the GNU General Public5 - * License. See the file "COPYING" in the main directory of this archive6 - * for more details.7 4 * 8 5 * Copyright (C) 1999, 2000 Kaz Kojima & Niibe Yutaka 9 6 * Copyright (C) 2006 ST Microelectronics Ltd. (denorm support) .. .. @@ -424,5 +421,5 @@ 424 421 } 425 422 } 426 423 427 - force_sig(SIGFPE, tsk);424 + force_sig(SIGFPE);428 425 }