forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/arch/sh/kernel/cpu/sh4/fpu.c
....@@ -1,9 +1,6 @@
1
+// SPDX-License-Identifier: GPL-2.0
12 /*
23 * Save/restore floating point context for signal handlers.
3
- *
4
- * This file is subject to the terms and conditions of the GNU General Public
5
- * License. See the file "COPYING" in the main directory of this archive
6
- * for more details.
74 *
85 * Copyright (C) 1999, 2000 Kaz Kojima & Niibe Yutaka
96 * Copyright (C) 2006 ST Microelectronics Ltd. (denorm support)
....@@ -424,5 +421,5 @@
424421 }
425422 }
426423
427
- force_sig(SIGFPE, tsk);
424
+ force_sig(SIGFPE);
428425 }