.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * spu_switch.c |
---|
3 | 4 | * |
---|
.. | .. |
---|
15 | 16 | * this is not possible, this sequence may be used to premptively |
---|
16 | 17 | * save, and then later (optionally) restore the context of a |
---|
17 | 18 | * program executing on an SPE. |
---|
18 | | - * |
---|
19 | | - * |
---|
20 | | - * This program is free software; you can redistribute it and/or modify |
---|
21 | | - * it under the terms of the GNU General Public License as published by |
---|
22 | | - * the Free Software Foundation; either version 2, or (at your option) |
---|
23 | | - * any later version. |
---|
24 | | - * |
---|
25 | | - * This program is distributed in the hope that it will be useful, |
---|
26 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
27 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
28 | | - * GNU General Public License for more details. |
---|
29 | | - * |
---|
30 | | - * You should have received a copy of the GNU General Public License |
---|
31 | | - * along with this program; if not, write to the Free Software |
---|
32 | | - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
---|
33 | 19 | */ |
---|
34 | 20 | |
---|
35 | 21 | #include <linux/export.h> |
---|
.. | .. |
---|
191 | 177 | POLL_WHILE_FALSE((in_be64(&priv2->mfc_control_RW) & |
---|
192 | 178 | MFC_CNTL_SUSPEND_DMA_STATUS_MASK) == |
---|
193 | 179 | MFC_CNTL_SUSPEND_COMPLETE); |
---|
194 | | - /* fall through */ |
---|
| 180 | + fallthrough; |
---|
195 | 181 | case MFC_CNTL_SUSPEND_COMPLETE: |
---|
196 | 182 | if (csa) |
---|
197 | 183 | csa->priv2.mfc_control_RW = |
---|