diff options
Diffstat (limited to 'arch/mips/math-emu')
| -rw-r--r-- | arch/mips/math-emu/Makefile | 1 | ||||
| -rw-r--r-- | arch/mips/math-emu/cp1emu.c | 2 | ||||
| -rw-r--r-- | arch/mips/math-emu/dsemul.c | 1 | ||||
| -rw-r--r-- | arch/mips/math-emu/me-debugfs.c | 1 | 
4 files changed, 3 insertions, 2 deletions
| diff --git a/arch/mips/math-emu/Makefile b/arch/mips/math-emu/Makefile index e9f10b88b695..81d25ff328a7 100644 --- a/arch/mips/math-emu/Makefile +++ b/arch/mips/math-emu/Makefile @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0  #  # Makefile for the Linux/MIPS kernel FPU emulation.  # diff --git a/arch/mips/math-emu/cp1emu.c b/arch/mips/math-emu/cp1emu.c index 192542dbd972..16d9ef5a78c5 100644 --- a/arch/mips/math-emu/cp1emu.c +++ b/arch/mips/math-emu/cp1emu.c @@ -2558,7 +2558,6 @@ dcopuop:  					break;  				default:  					/* Reserved R6 ops */ -					pr_err("Reserved MIPS R6 CMP.condn.S operation\n");  					return SIGILL;  				}  			} @@ -2719,7 +2718,6 @@ dcopuop:  					break;  				default:  					/* Reserved R6 ops */ -					pr_err("Reserved MIPS R6 CMP.condn.D operation\n");  					return SIGILL;  				}  			} diff --git a/arch/mips/math-emu/dsemul.c b/arch/mips/math-emu/dsemul.c index b6bfd3625369..5450f4d1c920 100644 --- a/arch/mips/math-emu/dsemul.c +++ b/arch/mips/math-emu/dsemul.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0  #include <linux/err.h>  #include <linux/slab.h>  #include <linux/mm_types.h> diff --git a/arch/mips/math-emu/me-debugfs.c b/arch/mips/math-emu/me-debugfs.c index 8c0ec154aecc..62566385ce0e 100644 --- a/arch/mips/math-emu/me-debugfs.c +++ b/arch/mips/math-emu/me-debugfs.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0  #include <linux/cpumask.h>  #include <linux/debugfs.h>  #include <linux/fs.h> |