diff options
Diffstat (limited to 'arch/sparc')
33 files changed, 37 insertions, 112 deletions
diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig index 7c93f3121ee6..26ab6f5bbaaf 100644 --- a/arch/sparc/Kconfig +++ b/arch/sparc/Kconfig | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | # SPDX-License-Identifier: GPL-2.0-only | ||
| 1 | config 64BIT | 2 | config 64BIT |
| 2 | bool "64-bit kernel" if "$(ARCH)" = "sparc" | 3 | bool "64-bit kernel" if "$(ARCH)" = "sparc" |
| 3 | default "$(ARCH)" = "sparc64" | 4 | default "$(ARCH)" = "sparc64" |
diff --git a/arch/sparc/boot/piggyback.c b/arch/sparc/boot/piggyback.c index bb7c95161d71..a7a38fb4ece0 100644 --- a/arch/sparc/boot/piggyback.c +++ b/arch/sparc/boot/piggyback.c | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
| 1 | /* | 2 | /* |
| 2 | Simple utility to make a single-image install kernel with initial ramdisk | 3 | Simple utility to make a single-image install kernel with initial ramdisk |
| 3 | for Sparc tftpbooting without need to set up nfs. | 4 | for Sparc tftpbooting without need to set up nfs. |
| @@ -6,19 +7,7 @@ | |||
| 6 | Pete Zaitcev <zaitcev@yahoo.com> endian fixes for cross-compiles, 2000. | 7 | Pete Zaitcev <zaitcev@yahoo.com> endian fixes for cross-compiles, 2000. |
| 7 | Copyright (C) 2011 Sam Ravnborg <sam@ravnborg.org> | 8 | Copyright (C) 2011 Sam Ravnborg <sam@ravnborg.org> |
| 8 | 9 | ||
| 9 | This program is free software; you can redistribute it and/or modify | 10 | */ |
| 10 | it under the terms of the GNU General Public License as published by | ||
| 11 | the Free Software Foundation; either version 2 of the License, or | ||
| 12 | (at your option) any later version. | ||
| 13 | |||
| 14 | This program is distributed in the hope that it will be useful, | ||
| 15 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 16 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 17 | GNU General Public License for more details. | ||
| 18 | |||
| 19 | You should have received a copy of the GNU General Public License | ||
| 20 | along with this program; if not, write to the Free Software | ||
| 21 | Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ | ||
| 22 | 11 | ||
| 23 | #include <dirent.h> | 12 | #include <dirent.h> |
| 24 | #include <stdlib.h> | 13 | #include <stdlib.h> |
diff --git a/arch/sparc/crypto/aes_glue.c b/arch/sparc/crypto/aes_glue.c index a9b8b0b94a8d..57b474113168 100644 --- a/arch/sparc/crypto/aes_glue.c +++ b/arch/sparc/crypto/aes_glue.c | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | // SPDX-License-Identifier: GPL-2.0-only | ||
| 1 | /* Glue code for AES encryption optimized for sparc64 crypto opcodes. | 2 | /* Glue code for AES encryption optimized for sparc64 crypto opcodes. |
| 2 | * | 3 | * |
| 3 | * This is based largely upon arch/x86/crypto/aesni-intel_glue.c | 4 | * This is based largely upon arch/x86/crypto/aesni-intel_glue.c |
diff --git a/arch/sparc/crypto/camellia_glue.c b/arch/sparc/crypto/camellia_glue.c index 900d5c617e83..3823f9491a72 100644 --- a/arch/sparc/crypto/camellia_glue.c +++ b/arch/sparc/crypto/camellia_glue.c | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | // SPDX-License-Identifier: GPL-2.0-only | ||
| 1 | /* Glue code for CAMELLIA encryption optimized for sparc64 crypto opcodes. | 2 | /* Glue code for CAMELLIA encryption optimized for sparc64 crypto opcodes. |
| 2 | * | 3 | * |
| 3 | * Copyright (C) 2012 David S. Miller <davem@davemloft.net> | 4 | * Copyright (C) 2012 David S. Miller <davem@davemloft.net> |
diff --git a/arch/sparc/crypto/crc32c_glue.c b/arch/sparc/crypto/crc32c_glue.c index 8aa664638c3c..1299073285a3 100644 --- a/arch/sparc/crypto/crc32c_glue.c +++ b/arch/sparc/crypto/crc32c_glue.c | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | // SPDX-License-Identifier: GPL-2.0-only | ||
| 1 | /* Glue code for CRC32C optimized for sparc64 crypto opcodes. | 2 | /* Glue code for CRC32C optimized for sparc64 crypto opcodes. |
| 2 | * | 3 | * |
| 3 | * This is based largely upon arch/x86/crypto/crc32c-intel.c | 4 | * This is based largely upon arch/x86/crypto/crc32c-intel.c |
diff --git a/arch/sparc/crypto/des_glue.c b/arch/sparc/crypto/des_glue.c index 453a4cf5492a..281448f72c90 100644 --- a/arch/sparc/crypto/des_glue.c +++ b/arch/sparc/crypto/des_glue.c | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | // SPDX-License-Identifier: GPL-2.0-only | ||
| 1 | /* Glue code for DES encryption optimized for sparc64 crypto opcodes. | 2 | /* Glue code for DES encryption optimized for sparc64 crypto opcodes. |
| 2 | * | 3 | * |
| 3 | * Copyright (C) 2012 David S. Miller <davem@davemloft.net> | 4 | * Copyright (C) 2012 David S. Miller <davem@davemloft.net> |
diff --git a/arch/sparc/crypto/md5_glue.c b/arch/sparc/crypto/md5_glue.c index bc9cc26efa3d..14f6c15be6ae 100644 --- a/arch/sparc/crypto/md5_glue.c +++ b/arch/sparc/crypto/md5_glue.c | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | // SPDX-License-Identifier: GPL-2.0-only | ||
| 1 | /* Glue code for MD5 hashing optimized for sparc64 crypto opcodes. | 2 | /* Glue code for MD5 hashing optimized for sparc64 crypto opcodes. |
| 2 | * | 3 | * |
| 3 | * This is based largely upon arch/x86/crypto/sha1_ssse3_glue.c | 4 | * This is based largely upon arch/x86/crypto/sha1_ssse3_glue.c |
diff --git a/arch/sparc/crypto/sha1_glue.c b/arch/sparc/crypto/sha1_glue.c index 4d6d7faf728e..7c1666304441 100644 --- a/arch/sparc/crypto/sha1_glue.c +++ b/arch/sparc/crypto/sha1_glue.c | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | // SPDX-License-Identifier: GPL-2.0-only | ||
| 1 | /* Glue code for SHA1 hashing optimized for sparc64 crypto opcodes. | 2 | /* Glue code for SHA1 hashing optimized for sparc64 crypto opcodes. |
| 2 | * | 3 | * |
| 3 | * This is based largely upon arch/x86/crypto/sha1_ssse3_glue.c | 4 | * This is based largely upon arch/x86/crypto/sha1_ssse3_glue.c |
diff --git a/arch/sparc/crypto/sha256_glue.c b/arch/sparc/crypto/sha256_glue.c index 54c4de2db188..f403ce9ba6e4 100644 --- a/arch/sparc/crypto/sha256_glue.c +++ b/arch/sparc/crypto/sha256_glue.c | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | // SPDX-License-Identifier: GPL-2.0-only | ||
| 1 | /* Glue code for SHA256 hashing optimized for sparc64 crypto opcodes. | 2 | /* Glue code for SHA256 hashing optimized for sparc64 crypto opcodes. |
| 2 | * | 3 | * |
| 3 | * This is based largely upon crypto/sha256_generic.c | 4 | * This is based largely upon crypto/sha256_generic.c |
diff --git a/arch/sparc/crypto/sha512_glue.c b/arch/sparc/crypto/sha512_glue.c index 4c55e97a4408..a3b532e43c07 100644 --- a/arch/sparc/crypto/sha512_glue.c +++ b/arch/sparc/crypto/sha512_glue.c | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | // SPDX-License-Identifier: GPL-2.0-only | ||
| 1 | /* Glue code for SHA512 hashing optimized for sparc64 crypto opcodes. | 2 | /* Glue code for SHA512 hashing optimized for sparc64 crypto opcodes. |
| 2 | * | 3 | * |
| 3 | * This is based largely upon crypto/sha512_generic.c | 4 | * This is based largely upon crypto/sha512_generic.c |
diff --git a/arch/sparc/include/asm/uprobes.h b/arch/sparc/include/asm/uprobes.h index 36196c17aff8..79938fb94016 100644 --- a/arch/sparc/include/asm/uprobes.h +++ b/arch/sparc/include/asm/uprobes.h | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
| 1 | #ifndef _ASM_UPROBES_H | 2 | #ifndef _ASM_UPROBES_H |
| 2 | #define _ASM_UPROBES_H | 3 | #define _ASM_UPROBES_H |
| 3 | /* | 4 | /* |
| @@ -5,19 +6,6 @@ | |||
| 5 | * | 6 | * |
| 6 | * Copyright (C) 2013 Oracle, Inc. | 7 | * Copyright (C) 2013 Oracle, Inc. |
| 7 | * | 8 | * |
| 8 | * This program is free software: you can redistribute it and/or modify | ||
| 9 | * it under the terms of the GNU General Public License as published by | ||
| 10 | * the Free Software Foundation, either version 2 of the License, or | ||
| 11 | * (at your option) any later version. | ||
| 12 | * | ||
| 13 | * This program is distributed in the hope that it will be useful, | ||
| 14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 16 | * GNU General Public License for more details. | ||
| 17 | * | ||
| 18 | * You should have received a copy of the GNU General Public License | ||
| 19 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 20 | * | ||
| 21 | * Authors: | 9 | * Authors: |
| 22 | * Jose E. Marchesi <jose.marchesi@oracle.com> | 10 | * Jose E. Marchesi <jose.marchesi@oracle.com> |
| 23 | * Eric Saint Etienne <eric.saint.etienne@oracle.com> | 11 | * Eric Saint Etienne <eric.saint.etienne@oracle.com> |
diff --git a/arch/sparc/include/asm/xor_32.h b/arch/sparc/include/asm/xor_32.h index 44bfa0787f3f..3e5af37e4b9c 100644 --- a/arch/sparc/include/asm/xor_32.h +++ b/arch/sparc/include/asm/xor_32.h | |||
| @@ -1,16 +1,8 @@ | |||
| 1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
| 1 | /* | 2 | /* |
| 2 | * include/asm/xor.h | 3 | * include/asm/xor.h |
| 3 | * | 4 | * |
| 4 | * Optimized RAID-5 checksumming functions for 32-bit Sparc. | 5 | * Optimized RAID-5 checksumming functions for 32-bit Sparc. |
| 5 | * | ||
| 6 | * This program is free software; you can redistribute it and/or modify | ||
| 7 | * it under the terms of the GNU General Public License as published by | ||
| 8 | * the Free Software Foundation; either version 2, or (at your option) | ||
| 9 | * any later version. | ||
| 10 | * | ||
| 11 | * You should have received a copy of the GNU General Public License | ||
| 12 | * (for example /usr/src/linux/COPYING); if not, write to the Free | ||
| 13 | * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
| 14 | */ | 6 | */ |
| 15 | 7 | ||
| 16 | /* | 8 | /* |
diff --git a/arch/sparc/include/asm/xor_64.h b/arch/sparc/include/asm/xor_64.h index 50c882856031..16169f3edcd5 100644 --- a/arch/sparc/include/asm/xor_64.h +++ b/arch/sparc/include/asm/xor_64.h | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
| 1 | /* | 2 | /* |
| 2 | * include/asm/xor.h | 3 | * include/asm/xor.h |
| 3 | * | 4 | * |
| @@ -7,15 +8,6 @@ | |||
| 7 | * | 8 | * |
| 8 | * Copyright (C) 1997, 1999 Jakub Jelinek (jj@ultra.linux.cz) | 9 | * Copyright (C) 1997, 1999 Jakub Jelinek (jj@ultra.linux.cz) |
| 9 | * Copyright (C) 2006 David S. Miller <davem@davemloft.net> | 10 | * Copyright (C) 2006 David S. Miller <davem@davemloft.net> |
| 10 | * | ||
| 11 | * This program is free software; you can redistribute it and/or modify | ||
| 12 | * it under the terms of the GNU General Public License as published by | ||
| 13 | * the Free Software Foundation; either version 2, or (at your option) | ||
| 14 | * any later version. | ||
| 15 | * | ||
| 16 | * You should have received a copy of the GNU General Public License | ||
| 17 | * (for example /usr/src/linux/COPYING); if not, write to the Free | ||
| 18 | * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
| 19 | */ | 11 | */ |
| 20 | 12 | ||
| 21 | #include <asm/spitfire.h> | 13 | #include <asm/spitfire.h> |
diff --git a/arch/sparc/include/uapi/asm/oradax.h b/arch/sparc/include/uapi/asm/oradax.h index 4f6676fe4bcc..64c67f2ea33f 100644 --- a/arch/sparc/include/uapi/asm/oradax.h +++ b/arch/sparc/include/uapi/asm/oradax.h | |||
| @@ -1,18 +1,6 @@ | |||
| 1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
| 1 | /* | 2 | /* |
| 2 | * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. | 3 | * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. |
| 3 | * | ||
| 4 | * This program is free software: you can redistribute it and/or modify | ||
| 5 | * it under the terms of the GNU General Public License as published by | ||
| 6 | * the Free Software Foundation, either version 2 of the License, or | ||
| 7 | * (at your option) any later version. | ||
| 8 | * | ||
| 9 | * This program is distributed in the hope that it will be useful, | ||
| 10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 12 | * GNU General Public License for more details. | ||
| 13 | * | ||
| 14 | * You should have received a copy of the GNU General Public License | ||
| 15 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 16 | */ | 4 | */ |
| 17 | 5 | ||
| 18 | /* | 6 | /* |
diff --git a/arch/sparc/kernel/chmc.c b/arch/sparc/kernel/chmc.c index 61fe1b951ba3..6ff43df740e0 100644 --- a/arch/sparc/kernel/chmc.c +++ b/arch/sparc/kernel/chmc.c | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | // SPDX-License-Identifier: GPL-2.0-only | ||
| 1 | /* chmc.c: Driver for UltraSPARC-III memory controller. | 2 | /* chmc.c: Driver for UltraSPARC-III memory controller. |
| 2 | * | 3 | * |
| 3 | * Copyright (C) 2001, 2007, 2008 David S. Miller (davem@davemloft.net) | 4 | * Copyright (C) 2001, 2007, 2008 David S. Miller (davem@davemloft.net) |
diff --git a/arch/sparc/kernel/ds.c b/arch/sparc/kernel/ds.c index cad08ccce625..bbf59b3b4af8 100644 --- a/arch/sparc/kernel/ds.c +++ b/arch/sparc/kernel/ds.c | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | // SPDX-License-Identifier: GPL-2.0-only | ||
| 1 | /* ds.c: Domain Services driver for Logical Domains | 2 | /* ds.c: Domain Services driver for Logical Domains |
| 2 | * | 3 | * |
| 3 | * Copyright (C) 2007, 2008 David S. Miller <davem@davemloft.net> | 4 | * Copyright (C) 2007, 2008 David S. Miller <davem@davemloft.net> |
diff --git a/arch/sparc/kernel/helpers.S b/arch/sparc/kernel/helpers.S index e4e5b832fcb6..9b3f74706cfb 100644 --- a/arch/sparc/kernel/helpers.S +++ b/arch/sparc/kernel/helpers.S | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
| 1 | .align 32 | 2 | .align 32 |
| 2 | .globl __flushw_user | 3 | .globl __flushw_user |
| 3 | .type __flushw_user,#function | 4 | .type __flushw_user,#function |
diff --git a/arch/sparc/kernel/led.c b/arch/sparc/kernel/led.c index 519f5ba7ed7e..a6292f8ed180 100644 --- a/arch/sparc/kernel/led.c +++ b/arch/sparc/kernel/led.c | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | // SPDX-License-Identifier: GPL-2.0-only | ||
| 1 | #include <linux/kernel.h> | 2 | #include <linux/kernel.h> |
| 2 | #include <linux/module.h> | 3 | #include <linux/module.h> |
| 3 | #include <linux/init.h> | 4 | #include <linux/init.h> |
diff --git a/arch/sparc/kernel/nmi.c b/arch/sparc/kernel/nmi.c index 8babbeb30adf..060fff95a305 100644 --- a/arch/sparc/kernel/nmi.c +++ b/arch/sparc/kernel/nmi.c | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | // SPDX-License-Identifier: GPL-2.0-only | ||
| 1 | /* Pseudo NMI support on sparc64 systems. | 2 | /* Pseudo NMI support on sparc64 systems. |
| 2 | * | 3 | * |
| 3 | * Copyright (C) 2009 David S. Miller <davem@davemloft.net> | 4 | * Copyright (C) 2009 David S. Miller <davem@davemloft.net> |
diff --git a/arch/sparc/kernel/of_device_common.c b/arch/sparc/kernel/of_device_common.c index b186b7f0f6c4..b32cc5610712 100644 --- a/arch/sparc/kernel/of_device_common.c +++ b/arch/sparc/kernel/of_device_common.c | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | // SPDX-License-Identifier: GPL-2.0-only | ||
| 1 | #include <linux/string.h> | 2 | #include <linux/string.h> |
| 2 | #include <linux/kernel.h> | 3 | #include <linux/kernel.h> |
| 3 | #include <linux/of.h> | 4 | #include <linux/of.h> |
diff --git a/arch/sparc/kernel/pcr.c b/arch/sparc/kernel/pcr.c index eb978c77c76a..c0886b400dad 100644 --- a/arch/sparc/kernel/pcr.c +++ b/arch/sparc/kernel/pcr.c | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | // SPDX-License-Identifier: GPL-2.0-only | ||
| 1 | /* pcr.c: Generic sparc64 performance counter infrastructure. | 2 | /* pcr.c: Generic sparc64 performance counter infrastructure. |
| 2 | * | 3 | * |
| 3 | * Copyright (C) 2009 David S. Miller (davem@davemloft.net) | 4 | * Copyright (C) 2009 David S. Miller (davem@davemloft.net) |
diff --git a/arch/sparc/kernel/ptrace_64.c b/arch/sparc/kernel/ptrace_64.c index e1d965e90e16..c9d41a96468f 100644 --- a/arch/sparc/kernel/ptrace_64.c +++ b/arch/sparc/kernel/ptrace_64.c | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | // SPDX-License-Identifier: GPL-2.0-only | ||
| 1 | /* ptrace.c: Sparc process tracing support. | 2 | /* ptrace.c: Sparc process tracing support. |
| 2 | * | 3 | * |
| 3 | * Copyright (C) 1996, 2008 David S. Miller (davem@davemloft.net) | 4 | * Copyright (C) 1996, 2008 David S. Miller (davem@davemloft.net) |
diff --git a/arch/sparc/kernel/stacktrace.c b/arch/sparc/kernel/stacktrace.c index dd654e651500..d8eb1d149f9f 100644 --- a/arch/sparc/kernel/stacktrace.c +++ b/arch/sparc/kernel/stacktrace.c | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | // SPDX-License-Identifier: GPL-2.0-only | ||
| 1 | #include <linux/sched.h> | 2 | #include <linux/sched.h> |
| 2 | #include <linux/sched/debug.h> | 3 | #include <linux/sched/debug.h> |
| 3 | #include <linux/stacktrace.h> | 4 | #include <linux/stacktrace.h> |
diff --git a/arch/sparc/kernel/traps_64.c b/arch/sparc/kernel/traps_64.c index 0cd02a64a451..04aa588d5dd1 100644 --- a/arch/sparc/kernel/traps_64.c +++ b/arch/sparc/kernel/traps_64.c | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | // SPDX-License-Identifier: GPL-2.0-only | ||
| 1 | /* arch/sparc64/kernel/traps.c | 2 | /* arch/sparc64/kernel/traps.c |
| 2 | * | 3 | * |
| 3 | * Copyright (C) 1995,1997,2008,2009,2012 David S. Miller (davem@davemloft.net) | 4 | * Copyright (C) 1995,1997,2008,2009,2012 David S. Miller (davem@davemloft.net) |
diff --git a/arch/sparc/kernel/uprobes.c b/arch/sparc/kernel/uprobes.c index c44bf5b85de8..1a0600206bf5 100644 --- a/arch/sparc/kernel/uprobes.c +++ b/arch/sparc/kernel/uprobes.c | |||
| @@ -1,21 +1,9 @@ | |||
| 1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
| 1 | /* | 2 | /* |
| 2 | * User-space Probes (UProbes) for sparc | 3 | * User-space Probes (UProbes) for sparc |
| 3 | * | 4 | * |
| 4 | * Copyright (C) 2013 Oracle Inc. | 5 | * Copyright (C) 2013 Oracle Inc. |
| 5 | * | 6 | * |
| 6 | * This program is free software: you can redistribute it and/or modify | ||
| 7 | * it under the terms of the GNU General Public License as published by | ||
| 8 | * the Free Software Foundation, either version 2 of the License, or | ||
| 9 | * (at your option) any later version. | ||
| 10 | * | ||
| 11 | * This program is distributed in the hope that it will be useful, | ||
| 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 14 | * GNU General Public License for more details. | ||
| 15 | * | ||
| 16 | * You should have received a copy of the GNU General Public License | ||
| 17 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 18 | * | ||
| 19 | * Authors: | 7 | * Authors: |
| 20 | * Jose E. Marchesi <jose.marchesi@oracle.com> | 8 | * Jose E. Marchesi <jose.marchesi@oracle.com> |
| 21 | * Eric Saint Etienne <eric.saint.etienne@oracle.com> | 9 | * Eric Saint Etienne <eric.saint.etienne@oracle.com> |
diff --git a/arch/sparc/lib/divdi3.S b/arch/sparc/lib/divdi3.S index a2b5a976be33..a7389409d9fa 100644 --- a/arch/sparc/lib/divdi3.S +++ b/arch/sparc/lib/divdi3.S | |||
| @@ -1,21 +1,9 @@ | |||
| 1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
| 1 | /* Copyright (C) 1989, 1992, 1993, 1994, 1995 Free Software Foundation, Inc. | 2 | /* Copyright (C) 1989, 1992, 1993, 1994, 1995 Free Software Foundation, Inc. |
| 2 | 3 | ||
| 3 | This file is part of GNU CC. | 4 | This file is part of GNU CC. |
| 4 | 5 | ||
| 5 | GNU CC is free software; you can redistribute it and/or modify | 6 | */ |
| 6 | it under the terms of the GNU General Public License as published by | ||
| 7 | the Free Software Foundation; either version 2, or (at your option) | ||
| 8 | any later version. | ||
| 9 | |||
| 10 | GNU CC is distributed in the hope that it will be useful, | ||
| 11 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 12 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 13 | GNU General Public License for more details. | ||
| 14 | |||
| 15 | You should have received a copy of the GNU General Public License | ||
| 16 | along with GNU CC; see the file COPYING. If not, write to | ||
| 17 | the Free Software Foundation, 59 Temple Place - Suite 330, | ||
| 18 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 7 | ||
| 20 | #include <asm/export.h> | 8 | #include <asm/export.h> |
| 21 | .text | 9 | .text |
diff --git a/arch/sparc/lib/muldi3.S b/arch/sparc/lib/muldi3.S index 17a0f49aef3c..53054dee66d6 100644 --- a/arch/sparc/lib/muldi3.S +++ b/arch/sparc/lib/muldi3.S | |||
| @@ -1,21 +1,9 @@ | |||
| 1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
| 1 | /* Copyright (C) 1989, 1992, 1993, 1994, 1995 Free Software Foundation, Inc. | 2 | /* Copyright (C) 1989, 1992, 1993, 1994, 1995 Free Software Foundation, Inc. |
| 2 | 3 | ||
| 3 | This file is part of GNU CC. | 4 | This file is part of GNU CC. |
| 4 | 5 | ||
| 5 | GNU CC is free software; you can redistribute it and/or modify | 6 | */ |
| 6 | it under the terms of the GNU General Public License as published by | ||
| 7 | the Free Software Foundation; either version 2, or (at your option) | ||
| 8 | any later version. | ||
| 9 | |||
| 10 | GNU CC is distributed in the hope that it will be useful, | ||
| 11 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 12 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 13 | GNU General Public License for more details. | ||
| 14 | |||
| 15 | You should have received a copy of the GNU General Public License | ||
| 16 | along with GNU CC; see the file COPYING. If not, write to | ||
| 17 | the Free Software Foundation, 59 Temple Place - Suite 330, | ||
| 18 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 7 | ||
| 20 | #include <asm/export.h> | 8 | #include <asm/export.h> |
| 21 | .text | 9 | .text |
diff --git a/arch/sparc/lib/udivdi3.S b/arch/sparc/lib/udivdi3.S index 24e0a355e2e8..7a1117ec7696 100644 --- a/arch/sparc/lib/udivdi3.S +++ b/arch/sparc/lib/udivdi3.S | |||
| @@ -1,21 +1,9 @@ | |||
| 1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
| 1 | /* Copyright (C) 1989, 1992, 1993, 1994, 1995 Free Software Foundation, Inc. | 2 | /* Copyright (C) 1989, 1992, 1993, 1994, 1995 Free Software Foundation, Inc. |
| 2 | 3 | ||
| 3 | This file is part of GNU CC. | 4 | This file is part of GNU CC. |
| 4 | 5 | ||
| 5 | GNU CC is free software; you can redistribute it and/or modify | 6 | */ |
| 6 | it under the terms of the GNU General Public License as published by | ||
| 7 | the Free Software Foundation; either version 2, or (at your option) | ||
| 8 | any later version. | ||
| 9 | |||
| 10 | GNU CC is distributed in the hope that it will be useful, | ||
| 11 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 12 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 13 | GNU General Public License for more details. | ||
| 14 | |||
| 15 | You should have received a copy of the GNU General Public License | ||
| 16 | along with GNU CC; see the file COPYING. If not, write to | ||
| 17 | the Free Software Foundation, 59 Temple Place - Suite 330, | ||
| 18 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 7 | ||
| 20 | .text | 8 | .text |
| 21 | .align 4 | 9 | .align 4 |
diff --git a/arch/sparc/math-emu/Makefile b/arch/sparc/math-emu/Makefile index 825dbee94d84..aea80597929b 100644 --- a/arch/sparc/math-emu/Makefile +++ b/arch/sparc/math-emu/Makefile | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | # SPDX-License-Identifier: GPL-2.0-only | ||
| 1 | # | 2 | # |
| 2 | # Makefile for the FPU instruction emulation. | 3 | # Makefile for the FPU instruction emulation. |
| 3 | # | 4 | # |
diff --git a/arch/sparc/net/Makefile b/arch/sparc/net/Makefile index d32aac3a25b8..806267de3bdf 100644 --- a/arch/sparc/net/Makefile +++ b/arch/sparc/net/Makefile | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | # SPDX-License-Identifier: GPL-2.0-only | ||
| 1 | # | 2 | # |
| 2 | # Arch-specific network modules | 3 | # Arch-specific network modules |
| 3 | # | 4 | # |
diff --git a/arch/sparc/oprofile/Makefile b/arch/sparc/oprofile/Makefile index e9feca1ca28b..fe906e403d3a 100644 --- a/arch/sparc/oprofile/Makefile +++ b/arch/sparc/oprofile/Makefile | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | # SPDX-License-Identifier: GPL-2.0-only | ||
| 1 | obj-$(CONFIG_OPROFILE) += oprofile.o | 2 | obj-$(CONFIG_OPROFILE) += oprofile.o |
| 2 | 3 | ||
| 3 | DRIVER_OBJS = $(addprefix ../../../drivers/oprofile/, \ | 4 | DRIVER_OBJS = $(addprefix ../../../drivers/oprofile/, \ |
diff --git a/arch/sparc/power/Makefile b/arch/sparc/power/Makefile index 3201ace0ddbd..d8f75e7cb05f 100644 --- a/arch/sparc/power/Makefile +++ b/arch/sparc/power/Makefile | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | # SPDX-License-Identifier: GPL-2.0-only | ||
| 1 | # Makefile for Sparc-specific hibernate files. | 2 | # Makefile for Sparc-specific hibernate files. |
| 2 | 3 | ||
| 3 | obj-$(CONFIG_HIBERNATION) += hibernate.o hibernate_asm.o | 4 | obj-$(CONFIG_HIBERNATION) += hibernate.o hibernate_asm.o |
diff --git a/arch/sparc/vdso/Makefile b/arch/sparc/vdso/Makefile index 83c4b463cb3d..5a9e4e1f9f81 100644 --- a/arch/sparc/vdso/Makefile +++ b/arch/sparc/vdso/Makefile | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | # SPDX-License-Identifier: GPL-2.0-only | ||
| 1 | # | 2 | # |
| 2 | # Building vDSO images for sparc. | 3 | # Building vDSO images for sparc. |
| 3 | # | 4 | # |
