diff options
Diffstat (limited to 'arch/unicore32/lib')
-rw-r--r-- | arch/unicore32/lib/backtrace.S | 5 | ||||
-rw-r--r-- | arch/unicore32/lib/clear_user.S | 5 | ||||
-rw-r--r-- | arch/unicore32/lib/copy_from_user.S | 5 | ||||
-rw-r--r-- | arch/unicore32/lib/copy_page.S | 5 | ||||
-rw-r--r-- | arch/unicore32/lib/copy_template.S | 5 | ||||
-rw-r--r-- | arch/unicore32/lib/copy_to_user.S | 5 | ||||
-rw-r--r-- | arch/unicore32/lib/delay.S | 5 | ||||
-rw-r--r-- | arch/unicore32/lib/findbit.S | 5 | ||||
-rw-r--r-- | arch/unicore32/lib/strncpy_from_user.S | 5 | ||||
-rw-r--r-- | arch/unicore32/lib/strnlen_user.S | 5 |
10 files changed, 10 insertions, 40 deletions
diff --git a/arch/unicore32/lib/backtrace.S b/arch/unicore32/lib/backtrace.S index ef01d77f2f65..f303671e2a4e 100644 --- a/arch/unicore32/lib/backtrace.S +++ b/arch/unicore32/lib/backtrace.S | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/arch/unicore32/lib/backtrace.S | 3 | * linux/arch/unicore32/lib/backtrace.S |
3 | * | 4 | * |
4 | * Code specific to PKUnity SoC and UniCore ISA | 5 | * Code specific to PKUnity SoC and UniCore ISA |
5 | * | 6 | * |
6 | * Copyright (C) 2001-2010 GUAN Xue-tao | 7 | * Copyright (C) 2001-2010 GUAN Xue-tao |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | #include <linux/linkage.h> | 9 | #include <linux/linkage.h> |
13 | #include <asm/assembler.h> | 10 | #include <asm/assembler.h> |
diff --git a/arch/unicore32/lib/clear_user.S b/arch/unicore32/lib/clear_user.S index 20047f7224fd..c6ca431b1090 100644 --- a/arch/unicore32/lib/clear_user.S +++ b/arch/unicore32/lib/clear_user.S | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/arch/unicore32/lib/clear_user.S | 3 | * linux/arch/unicore32/lib/clear_user.S |
3 | * | 4 | * |
4 | * Code specific to PKUnity SoC and UniCore ISA | 5 | * Code specific to PKUnity SoC and UniCore ISA |
5 | * | 6 | * |
6 | * Copyright (C) 2001-2010 GUAN Xue-tao | 7 | * Copyright (C) 2001-2010 GUAN Xue-tao |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | #include <linux/linkage.h> | 9 | #include <linux/linkage.h> |
13 | #include <asm/assembler.h> | 10 | #include <asm/assembler.h> |
diff --git a/arch/unicore32/lib/copy_from_user.S b/arch/unicore32/lib/copy_from_user.S index 5f80fcbe8631..affb43920ac0 100644 --- a/arch/unicore32/lib/copy_from_user.S +++ b/arch/unicore32/lib/copy_from_user.S | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/arch/unicore32/lib/copy_from_user.S | 3 | * linux/arch/unicore32/lib/copy_from_user.S |
3 | * | 4 | * |
4 | * Code specific to PKUnity SoC and UniCore ISA | 5 | * Code specific to PKUnity SoC and UniCore ISA |
5 | * | 6 | * |
6 | * Copyright (C) 2001-2010 GUAN Xue-tao | 7 | * Copyright (C) 2001-2010 GUAN Xue-tao |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #include <linux/linkage.h> | 10 | #include <linux/linkage.h> |
diff --git a/arch/unicore32/lib/copy_page.S b/arch/unicore32/lib/copy_page.S index 3a448d755ade..dc163f2d1af0 100644 --- a/arch/unicore32/lib/copy_page.S +++ b/arch/unicore32/lib/copy_page.S | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/arch/unicore32/lib/copy_page.S | 3 | * linux/arch/unicore32/lib/copy_page.S |
3 | * | 4 | * |
@@ -5,10 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Copyright (C) 2001-2010 GUAN Xue-tao | 7 | * Copyright (C) 2001-2010 GUAN Xue-tao |
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 version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | * | ||
12 | * ASM optimised string functions | 9 | * ASM optimised string functions |
13 | */ | 10 | */ |
14 | #include <linux/linkage.h> | 11 | #include <linux/linkage.h> |
diff --git a/arch/unicore32/lib/copy_template.S b/arch/unicore32/lib/copy_template.S index 524287fc0120..02a7aef83fbf 100644 --- a/arch/unicore32/lib/copy_template.S +++ b/arch/unicore32/lib/copy_template.S | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/arch/unicore32/lib/copy_template.S | 3 | * linux/arch/unicore32/lib/copy_template.S |
3 | * | 4 | * |
4 | * Code specific to PKUnity SoC and UniCore ISA | 5 | * Code specific to PKUnity SoC and UniCore ISA |
5 | * | 6 | * |
6 | * Copyright (C) 2001-2010 GUAN Xue-tao | 7 | * Copyright (C) 2001-2010 GUAN Xue-tao |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | /* | 10 | /* |
diff --git a/arch/unicore32/lib/copy_to_user.S b/arch/unicore32/lib/copy_to_user.S index 857c6816ffe7..c867f08f89ce 100644 --- a/arch/unicore32/lib/copy_to_user.S +++ b/arch/unicore32/lib/copy_to_user.S | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/arch/unicore32/lib/copy_to_user.S | 3 | * linux/arch/unicore32/lib/copy_to_user.S |
3 | * | 4 | * |
4 | * Code specific to PKUnity SoC and UniCore ISA | 5 | * Code specific to PKUnity SoC and UniCore ISA |
5 | * | 6 | * |
6 | * Copyright (C) 2001-2010 GUAN Xue-tao | 7 | * Copyright (C) 2001-2010 GUAN Xue-tao |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #include <linux/linkage.h> | 10 | #include <linux/linkage.h> |
diff --git a/arch/unicore32/lib/delay.S b/arch/unicore32/lib/delay.S index 24664c009e78..6a359dd034e5 100644 --- a/arch/unicore32/lib/delay.S +++ b/arch/unicore32/lib/delay.S | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/arch/unicore32/lib/delay.S | 3 | * linux/arch/unicore32/lib/delay.S |
3 | * | 4 | * |
4 | * Code specific to PKUnity SoC and UniCore ISA | 5 | * Code specific to PKUnity SoC and UniCore ISA |
5 | * | 6 | * |
6 | * Copyright (C) 2001-2010 GUAN Xue-tao | 7 | * Copyright (C) 2001-2010 GUAN Xue-tao |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | #include <linux/linkage.h> | 9 | #include <linux/linkage.h> |
13 | #include <asm/assembler.h> | 10 | #include <asm/assembler.h> |
diff --git a/arch/unicore32/lib/findbit.S b/arch/unicore32/lib/findbit.S index c77746247d36..42f1282670d2 100644 --- a/arch/unicore32/lib/findbit.S +++ b/arch/unicore32/lib/findbit.S | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/arch/unicore32/lib/findbit.S | 3 | * linux/arch/unicore32/lib/findbit.S |
3 | * | 4 | * |
4 | * Code specific to PKUnity SoC and UniCore ISA | 5 | * Code specific to PKUnity SoC and UniCore ISA |
5 | * | 6 | * |
6 | * Copyright (C) 2001-2010 GUAN Xue-tao | 7 | * Copyright (C) 2001-2010 GUAN Xue-tao |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | #include <linux/linkage.h> | 9 | #include <linux/linkage.h> |
13 | #include <asm/assembler.h> | 10 | #include <asm/assembler.h> |
diff --git a/arch/unicore32/lib/strncpy_from_user.S b/arch/unicore32/lib/strncpy_from_user.S index ff6c304d5c7e..f227b8227a4c 100644 --- a/arch/unicore32/lib/strncpy_from_user.S +++ b/arch/unicore32/lib/strncpy_from_user.S | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/arch/unicore32/lib/strncpy_from_user.S | 3 | * linux/arch/unicore32/lib/strncpy_from_user.S |
3 | * | 4 | * |
4 | * Code specific to PKUnity SoC and UniCore ISA | 5 | * Code specific to PKUnity SoC and UniCore ISA |
5 | * | 6 | * |
6 | * Copyright (C) 2001-2010 GUAN Xue-tao | 7 | * Copyright (C) 2001-2010 GUAN Xue-tao |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | #include <linux/linkage.h> | 9 | #include <linux/linkage.h> |
13 | #include <asm/assembler.h> | 10 | #include <asm/assembler.h> |
diff --git a/arch/unicore32/lib/strnlen_user.S b/arch/unicore32/lib/strnlen_user.S index 75863030f21d..c836b12776fe 100644 --- a/arch/unicore32/lib/strnlen_user.S +++ b/arch/unicore32/lib/strnlen_user.S | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/arch/unicore32/lib/strnlen_user.S | 3 | * linux/arch/unicore32/lib/strnlen_user.S |
3 | * | 4 | * |
4 | * Code specific to PKUnity SoC and UniCore ISA | 5 | * Code specific to PKUnity SoC and UniCore ISA |
5 | * | 6 | * |
6 | * Copyright (C) 2001-2010 GUAN Xue-tao | 7 | * Copyright (C) 2001-2010 GUAN Xue-tao |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | #include <linux/linkage.h> | 9 | #include <linux/linkage.h> |
13 | #include <asm/assembler.h> | 10 | #include <asm/assembler.h> |