.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0 |
---|
1 | 2 | /* |
---|
2 | 3 | * Save/restore floating point context for signal handlers. |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright (C) 1999, 2000 Kaz Kojima & Niibe Yutaka |
---|
5 | | - * |
---|
6 | | - * This file is subject to the terms and conditions of the GNU General Public |
---|
7 | | - * License. See the file "COPYING" in the main directory of this archive |
---|
8 | | - * for more details. |
---|
9 | 6 | * |
---|
10 | 7 | * FIXME! These routines can be optimized in big endian case. |
---|
11 | 8 | */ |
---|
.. | .. |
---|
571 | 568 | return; |
---|
572 | 569 | } |
---|
573 | 570 | |
---|
574 | | - force_sig(SIGFPE, tsk); |
---|
| 571 | + force_sig(SIGFPE); |
---|
575 | 572 | } |
---|