diff options
Diffstat (limited to 'arch/unicore32/include')
52 files changed, 52 insertions, 208 deletions
diff --git a/arch/unicore32/include/asm/assembler.h b/arch/unicore32/include/asm/assembler.h index 8e87ed7faeba..3de843d92850 100644 --- a/arch/unicore32/include/asm/assembler.h +++ b/arch/unicore32/include/asm/assembler.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/arch/unicore32/include/asm/assembler.h | 3 | * linux/arch/unicore32/include/asm/assembler.h |
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 | * Do not include any C declarations in this file - it is included by | 9 | * Do not include any C declarations in this file - it is included by |
13 | * assembler source. | 10 | * assembler source. |
14 | */ | 11 | */ |
diff --git a/arch/unicore32/include/asm/barrier.h b/arch/unicore32/include/asm/barrier.h index 83d6a520f4bd..efb81de87507 100644 --- a/arch/unicore32/include/asm/barrier.h +++ b/arch/unicore32/include/asm/barrier.h | |||
@@ -1,11 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Memory barrier implementations for PKUnity SoC and UniCore ISA | 3 | * Memory barrier implementations for PKUnity SoC and UniCore ISA |
3 | * | 4 | * |
4 | * Copyright (C) 2001-2012 GUAN Xue-tao | 5 | * Copyright (C) 2001-2012 GUAN Xue-tao |
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 version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | */ | 6 | */ |
10 | #ifndef __UNICORE_BARRIER_H__ | 7 | #ifndef __UNICORE_BARRIER_H__ |
11 | #define __UNICORE_BARRIER_H__ | 8 | #define __UNICORE_BARRIER_H__ |
diff --git a/arch/unicore32/include/asm/bitops.h b/arch/unicore32/include/asm/bitops.h index de5853761c22..deeb2163f35e 100644 --- a/arch/unicore32/include/asm/bitops.h +++ b/arch/unicore32/include/asm/bitops.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/arch/unicore32/include/asm/bitops.h | 3 | * linux/arch/unicore32/include/asm/bitops.h |
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 | #ifndef __UNICORE_BITOPS_H__ | 10 | #ifndef __UNICORE_BITOPS_H__ |
diff --git a/arch/unicore32/include/asm/bug.h b/arch/unicore32/include/asm/bug.h index 83c7687a0e61..99acea84a865 100644 --- a/arch/unicore32/include/asm/bug.h +++ b/arch/unicore32/include/asm/bug.h | |||
@@ -1,11 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Bug handling for PKUnity SoC and UniCore ISA | 3 | * Bug handling for PKUnity SoC and UniCore ISA |
3 | * | 4 | * |
4 | * Copyright (C) 2001-2012 GUAN Xue-tao | 5 | * Copyright (C) 2001-2012 GUAN Xue-tao |
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 version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | */ | 6 | */ |
10 | #ifndef __UNICORE_BUG_H__ | 7 | #ifndef __UNICORE_BUG_H__ |
11 | #define __UNICORE_BUG_H__ | 8 | #define __UNICORE_BUG_H__ |
diff --git a/arch/unicore32/include/asm/cache.h b/arch/unicore32/include/asm/cache.h index ad8f795d86ca..44ecd1f300fe 100644 --- a/arch/unicore32/include/asm/cache.h +++ b/arch/unicore32/include/asm/cache.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/arch/unicore32/include/asm/cache.h | 3 | * linux/arch/unicore32/include/asm/cache.h |
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 | #ifndef __UNICORE_CACHE_H__ | 9 | #ifndef __UNICORE_CACHE_H__ |
13 | #define __UNICORE_CACHE_H__ | 10 | #define __UNICORE_CACHE_H__ |
diff --git a/arch/unicore32/include/asm/cacheflush.h b/arch/unicore32/include/asm/cacheflush.h index 1c8b9f13a9e1..dc8c0b41538f 100644 --- a/arch/unicore32/include/asm/cacheflush.h +++ b/arch/unicore32/include/asm/cacheflush.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/arch/unicore32/include/asm/cacheflush.h | 3 | * linux/arch/unicore32/include/asm/cacheflush.h |
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 | #ifndef __UNICORE_CACHEFLUSH_H__ | 9 | #ifndef __UNICORE_CACHEFLUSH_H__ |
13 | #define __UNICORE_CACHEFLUSH_H__ | 10 | #define __UNICORE_CACHEFLUSH_H__ |
diff --git a/arch/unicore32/include/asm/checksum.h b/arch/unicore32/include/asm/checksum.h index 23ceb9e3a89b..e774ca268c15 100644 --- a/arch/unicore32/include/asm/checksum.h +++ b/arch/unicore32/include/asm/checksum.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/arch/unicore32/include/asm/checksum.h | 3 | * linux/arch/unicore32/include/asm/checksum.h |
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 | * IP checksum routines | 9 | * IP checksum routines |
13 | */ | 10 | */ |
14 | #ifndef __UNICORE_CHECKSUM_H__ | 11 | #ifndef __UNICORE_CHECKSUM_H__ |
diff --git a/arch/unicore32/include/asm/cmpxchg.h b/arch/unicore32/include/asm/cmpxchg.h index 8e797ad4fa24..87f960a2e4f0 100644 --- a/arch/unicore32/include/asm/cmpxchg.h +++ b/arch/unicore32/include/asm/cmpxchg.h | |||
@@ -1,11 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Atomics xchg/cmpxchg for PKUnity SoC and UniCore ISA | 3 | * Atomics xchg/cmpxchg for PKUnity SoC and UniCore ISA |
3 | * | 4 | * |
4 | * Copyright (C) 2001-2012 GUAN Xue-tao | 5 | * Copyright (C) 2001-2012 GUAN Xue-tao |
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 version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | */ | 6 | */ |
10 | #ifndef __UNICORE_CMPXCHG_H__ | 7 | #ifndef __UNICORE_CMPXCHG_H__ |
11 | #define __UNICORE_CMPXCHG_H__ | 8 | #define __UNICORE_CMPXCHG_H__ |
diff --git a/arch/unicore32/include/asm/cpu-single.h b/arch/unicore32/include/asm/cpu-single.h index 0f55d1823439..1b419d697fd1 100644 --- a/arch/unicore32/include/asm/cpu-single.h +++ b/arch/unicore32/include/asm/cpu-single.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/arch/unicore32/include/asm/cpu-single.h | 3 | * linux/arch/unicore32/include/asm/cpu-single.h |
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 | #ifndef __UNICORE_CPU_SINGLE_H__ | 9 | #ifndef __UNICORE_CPU_SINGLE_H__ |
13 | #define __UNICORE_CPU_SINGLE_H__ | 10 | #define __UNICORE_CPU_SINGLE_H__ |
diff --git a/arch/unicore32/include/asm/cputype.h b/arch/unicore32/include/asm/cputype.h index ec1a30f98077..08a47e3bdbcc 100644 --- a/arch/unicore32/include/asm/cputype.h +++ b/arch/unicore32/include/asm/cputype.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/arch/unicore32/include/asm/cputype.h | 3 | * linux/arch/unicore32/include/asm/cputype.h |
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 | #ifndef __UNICORE_CPUTYPE_H__ | 9 | #ifndef __UNICORE_CPUTYPE_H__ |
13 | #define __UNICORE_CPUTYPE_H__ | 10 | #define __UNICORE_CPUTYPE_H__ |
diff --git a/arch/unicore32/include/asm/delay.h b/arch/unicore32/include/asm/delay.h index 164ae61cd6f7..934193edfa66 100644 --- a/arch/unicore32/include/asm/delay.h +++ b/arch/unicore32/include/asm/delay.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/arch/unicore32/include/asm/delay.h | 3 | * linux/arch/unicore32/include/asm/delay.h |
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 | * Delay routines, using a pre-computed "loops_per_second" value. | 9 | * Delay routines, using a pre-computed "loops_per_second" value. |
13 | */ | 10 | */ |
14 | #ifndef __UNICORE_DELAY_H__ | 11 | #ifndef __UNICORE_DELAY_H__ |
diff --git a/arch/unicore32/include/asm/dma.h b/arch/unicore32/include/asm/dma.h index 38dfff9df32f..1326310b21e6 100644 --- a/arch/unicore32/include/asm/dma.h +++ b/arch/unicore32/include/asm/dma.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/arch/unicore32/include/asm/dma.h | 3 | * linux/arch/unicore32/include/asm/dma.h |
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 | #ifndef __UNICORE_DMA_H__ | 10 | #ifndef __UNICORE_DMA_H__ |
diff --git a/arch/unicore32/include/asm/elf.h b/arch/unicore32/include/asm/elf.h index ae66dc1be49e..a464ed5f05d4 100644 --- a/arch/unicore32/include/asm/elf.h +++ b/arch/unicore32/include/asm/elf.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/arch/unicore32/include/asm/elf.h | 3 | * linux/arch/unicore32/include/asm/elf.h |
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 | #ifndef __UNICORE_ELF_H__ | 10 | #ifndef __UNICORE_ELF_H__ |
diff --git a/arch/unicore32/include/asm/fpstate.h b/arch/unicore32/include/asm/fpstate.h index ba97fac6220d..5811293e7a7e 100644 --- a/arch/unicore32/include/asm/fpstate.h +++ b/arch/unicore32/include/asm/fpstate.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/arch/unicore32/include/asm/fpstate.h | 3 | * linux/arch/unicore32/include/asm/fpstate.h |
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 | #ifndef __UNICORE_FPSTATE_H__ | 10 | #ifndef __UNICORE_FPSTATE_H__ |
diff --git a/arch/unicore32/include/asm/fpu-ucf64.h b/arch/unicore32/include/asm/fpu-ucf64.h index 16c1457882ee..7a0c8a9e05d4 100644 --- a/arch/unicore32/include/asm/fpu-ucf64.h +++ b/arch/unicore32/include/asm/fpu-ucf64.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/arch/unicore32/include/asm/fpu-ucf64.h | 3 | * linux/arch/unicore32/include/asm/fpu-ucf64.h |
3 | * | 4 | * |
@@ -5,10 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Maintained by GUAN Xue-tao <gxt@mprc.pku.edu.cn> | 7 | * Maintained by GUAN Xue-tao <gxt@mprc.pku.edu.cn> |
7 | * Copyright (C) 2001-2010 Guan Xuetao | 8 | * Copyright (C) 2001-2010 Guan Xuetao |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | */ | 9 | */ |
13 | #define FPSCR s31 | 10 | #define FPSCR s31 |
14 | 11 | ||
diff --git a/arch/unicore32/include/asm/gpio.h b/arch/unicore32/include/asm/gpio.h index 2716f14e3ff6..dfad04ca0a65 100644 --- a/arch/unicore32/include/asm/gpio.h +++ b/arch/unicore32/include/asm/gpio.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/arch/unicore32/include/asm/gpio.h | 3 | * linux/arch/unicore32/include/asm/gpio.h |
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 | #ifndef __UNICORE_GPIO_H__ | 10 | #ifndef __UNICORE_GPIO_H__ |
diff --git a/arch/unicore32/include/asm/hwcap.h b/arch/unicore32/include/asm/hwcap.h index 97bd40fdd4ac..2e15ffbe8391 100644 --- a/arch/unicore32/include/asm/hwcap.h +++ b/arch/unicore32/include/asm/hwcap.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/arch/unicore32/include/asm/hwcap.h | 3 | * linux/arch/unicore32/include/asm/hwcap.h |
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 | #ifndef __UNICORE_HWCAP_H__ | 9 | #ifndef __UNICORE_HWCAP_H__ |
13 | #define __UNICORE_HWCAP_H__ | 10 | #define __UNICORE_HWCAP_H__ |
diff --git a/arch/unicore32/include/asm/hwdef-copro.h b/arch/unicore32/include/asm/hwdef-copro.h index a3292f039a68..2db8cf864e43 100644 --- a/arch/unicore32/include/asm/hwdef-copro.h +++ b/arch/unicore32/include/asm/hwdef-copro.h | |||
@@ -1,11 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Co-processor register definitions for PKUnity SoC and UniCore ISA | 3 | * Co-processor register definitions for PKUnity SoC and UniCore ISA |
3 | * | 4 | * |
4 | * Copyright (C) 2001-2012 GUAN Xue-tao | 5 | * Copyright (C) 2001-2012 GUAN Xue-tao |
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 version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | */ | 6 | */ |
10 | #ifndef __UNICORE_HWDEF_COPRO_H__ | 7 | #ifndef __UNICORE_HWDEF_COPRO_H__ |
11 | #define __UNICORE_HWDEF_COPRO_H__ | 8 | #define __UNICORE_HWDEF_COPRO_H__ |
diff --git a/arch/unicore32/include/asm/io.h b/arch/unicore32/include/asm/io.h index cb1d8fd2b16b..c71aa4b95996 100644 --- a/arch/unicore32/include/asm/io.h +++ b/arch/unicore32/include/asm/io.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/arch/unicore32/include/asm/io.h | 3 | * linux/arch/unicore32/include/asm/io.h |
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 | #ifndef __UNICORE_IO_H__ | 9 | #ifndef __UNICORE_IO_H__ |
13 | #define __UNICORE_IO_H__ | 10 | #define __UNICORE_IO_H__ |
diff --git a/arch/unicore32/include/asm/irq.h b/arch/unicore32/include/asm/irq.h index baea93e2a6e6..3f7f07c0338c 100644 --- a/arch/unicore32/include/asm/irq.h +++ b/arch/unicore32/include/asm/irq.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/arch/unicore32/include/asm/irq.h | 3 | * linux/arch/unicore32/include/asm/irq.h |
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 | #ifndef __UNICORE_IRQ_H__ | 9 | #ifndef __UNICORE_IRQ_H__ |
13 | #define __UNICORE_IRQ_H__ | 10 | #define __UNICORE_IRQ_H__ |
diff --git a/arch/unicore32/include/asm/irqflags.h b/arch/unicore32/include/asm/irqflags.h index 6d8a28dfdbae..f64c82e3eae6 100644 --- a/arch/unicore32/include/asm/irqflags.h +++ b/arch/unicore32/include/asm/irqflags.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/arch/unicore32/include/asm/irqflags.h | 3 | * linux/arch/unicore32/include/asm/irqflags.h |
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 | #ifndef __UNICORE_IRQFLAGS_H__ | 9 | #ifndef __UNICORE_IRQFLAGS_H__ |
13 | #define __UNICORE_IRQFLAGS_H__ | 10 | #define __UNICORE_IRQFLAGS_H__ |
diff --git a/arch/unicore32/include/asm/linkage.h b/arch/unicore32/include/asm/linkage.h index d1618bd35b67..8e341ba7bc4a 100644 --- a/arch/unicore32/include/asm/linkage.h +++ b/arch/unicore32/include/asm/linkage.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/arch/unicore32/include/asm/linkage.h | 3 | * linux/arch/unicore32/include/asm/linkage.h |
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 | #ifndef __UNICORE_LINKAGE_H__ | 9 | #ifndef __UNICORE_LINKAGE_H__ |
13 | #define __UNICORE_LINKAGE_H__ | 10 | #define __UNICORE_LINKAGE_H__ |
diff --git a/arch/unicore32/include/asm/memblock.h b/arch/unicore32/include/asm/memblock.h index a8a5d8d0a26e..eb56a6ddce83 100644 --- a/arch/unicore32/include/asm/memblock.h +++ b/arch/unicore32/include/asm/memblock.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/arch/unicore32/include/asm/memblock.h | 3 | * linux/arch/unicore32/include/asm/memblock.h |
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 | #ifndef __UNICORE_MEMBLOCK_H__ | 10 | #ifndef __UNICORE_MEMBLOCK_H__ |
diff --git a/arch/unicore32/include/asm/memory.h b/arch/unicore32/include/asm/memory.h index 46cf27efbb7e..23c93105f98f 100644 --- a/arch/unicore32/include/asm/memory.h +++ b/arch/unicore32/include/asm/memory.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/arch/unicore32/include/asm/memory.h | 3 | * linux/arch/unicore32/include/asm/memory.h |
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 | * Note: this file should not be included by non-asm/.h files | 9 | * Note: this file should not be included by non-asm/.h files |
13 | */ | 10 | */ |
14 | #ifndef __UNICORE_MEMORY_H__ | 11 | #ifndef __UNICORE_MEMORY_H__ |
diff --git a/arch/unicore32/include/asm/mmu.h b/arch/unicore32/include/asm/mmu.h index 66fa341dc2c6..8ad4e7eae17b 100644 --- a/arch/unicore32/include/asm/mmu.h +++ b/arch/unicore32/include/asm/mmu.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/arch/unicore32/include/asm/mmu.h | 3 | * linux/arch/unicore32/include/asm/mmu.h |
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 | #ifndef __UNICORE_MMU_H__ | 9 | #ifndef __UNICORE_MMU_H__ |
13 | #define __UNICORE_MMU_H__ | 10 | #define __UNICORE_MMU_H__ |
diff --git a/arch/unicore32/include/asm/mmu_context.h b/arch/unicore32/include/asm/mmu_context.h index 9f06ea5466dd..247a07ae2cdc 100644 --- a/arch/unicore32/include/asm/mmu_context.h +++ b/arch/unicore32/include/asm/mmu_context.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/arch/unicore32/include/asm/mmu_context.h | 3 | * linux/arch/unicore32/include/asm/mmu_context.h |
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 | #ifndef __UNICORE_MMU_CONTEXT_H__ | 9 | #ifndef __UNICORE_MMU_CONTEXT_H__ |
13 | #define __UNICORE_MMU_CONTEXT_H__ | 10 | #define __UNICORE_MMU_CONTEXT_H__ |
diff --git a/arch/unicore32/include/asm/page.h b/arch/unicore32/include/asm/page.h index 594b3226250e..8a89335673f9 100644 --- a/arch/unicore32/include/asm/page.h +++ b/arch/unicore32/include/asm/page.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/arch/unicore32/include/asm/page.h | 3 | * linux/arch/unicore32/include/asm/page.h |
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 | #ifndef __UNICORE_PAGE_H__ | 9 | #ifndef __UNICORE_PAGE_H__ |
13 | #define __UNICORE_PAGE_H__ | 10 | #define __UNICORE_PAGE_H__ |
diff --git a/arch/unicore32/include/asm/pci.h b/arch/unicore32/include/asm/pci.h index ac5acdf4c4d0..3efa8ee1afce 100644 --- a/arch/unicore32/include/asm/pci.h +++ b/arch/unicore32/include/asm/pci.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/arch/unicore32/include/asm/pci.h | 3 | * linux/arch/unicore32/include/asm/pci.h |
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 | #ifndef __UNICORE_PCI_H__ | 9 | #ifndef __UNICORE_PCI_H__ |
13 | #define __UNICORE_PCI_H__ | 10 | #define __UNICORE_PCI_H__ |
diff --git a/arch/unicore32/include/asm/pgalloc.h b/arch/unicore32/include/asm/pgalloc.h index 7cceabecf4e3..ec64834b1c6a 100644 --- a/arch/unicore32/include/asm/pgalloc.h +++ b/arch/unicore32/include/asm/pgalloc.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/arch/unicore32/include/asm/pgalloc.h | 3 | * linux/arch/unicore32/include/asm/pgalloc.h |
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 | #ifndef __UNICORE_PGALLOC_H__ | 9 | #ifndef __UNICORE_PGALLOC_H__ |
13 | #define __UNICORE_PGALLOC_H__ | 10 | #define __UNICORE_PGALLOC_H__ |
diff --git a/arch/unicore32/include/asm/pgtable-hwdef.h b/arch/unicore32/include/asm/pgtable-hwdef.h index e37fa471c2be..f28b58c61db9 100644 --- a/arch/unicore32/include/asm/pgtable-hwdef.h +++ b/arch/unicore32/include/asm/pgtable-hwdef.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/arch/unicore32/include/asm/pgtable-hwdef.h | 3 | * linux/arch/unicore32/include/asm/pgtable-hwdef.h |
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 | #ifndef __UNICORE_PGTABLE_HWDEF_H__ | 9 | #ifndef __UNICORE_PGTABLE_HWDEF_H__ |
13 | #define __UNICORE_PGTABLE_HWDEF_H__ | 10 | #define __UNICORE_PGTABLE_HWDEF_H__ |
diff --git a/arch/unicore32/include/asm/pgtable.h b/arch/unicore32/include/asm/pgtable.h index a4f2bef37e70..9492aa304f03 100644 --- a/arch/unicore32/include/asm/pgtable.h +++ b/arch/unicore32/include/asm/pgtable.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/arch/unicore32/include/asm/pgtable.h | 3 | * linux/arch/unicore32/include/asm/pgtable.h |
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 | #ifndef __UNICORE_PGTABLE_H__ | 9 | #ifndef __UNICORE_PGTABLE_H__ |
13 | #define __UNICORE_PGTABLE_H__ | 10 | #define __UNICORE_PGTABLE_H__ |
diff --git a/arch/unicore32/include/asm/processor.h b/arch/unicore32/include/asm/processor.h index b772ed1c0f25..6f01620da3d1 100644 --- a/arch/unicore32/include/asm/processor.h +++ b/arch/unicore32/include/asm/processor.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/arch/unicore32/include/asm/processor.h | 3 | * linux/arch/unicore32/include/asm/processor.h |
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 | #ifndef __UNICORE_PROCESSOR_H__ | 10 | #ifndef __UNICORE_PROCESSOR_H__ |
diff --git a/arch/unicore32/include/asm/ptrace.h b/arch/unicore32/include/asm/ptrace.h index 02bf5a415bf5..bb4cbc42c321 100644 --- a/arch/unicore32/include/asm/ptrace.h +++ b/arch/unicore32/include/asm/ptrace.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/arch/unicore32/include/asm/ptrace.h | 3 | * linux/arch/unicore32/include/asm/ptrace.h |
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 | #ifndef __UNICORE_PTRACE_H__ | 9 | #ifndef __UNICORE_PTRACE_H__ |
13 | #define __UNICORE_PTRACE_H__ | 10 | #define __UNICORE_PTRACE_H__ |
diff --git a/arch/unicore32/include/asm/stacktrace.h b/arch/unicore32/include/asm/stacktrace.h index 76edc65a5871..3e59f9d2faed 100644 --- a/arch/unicore32/include/asm/stacktrace.h +++ b/arch/unicore32/include/asm/stacktrace.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/arch/unicore32/include/asm/stacktrace.h | 3 | * linux/arch/unicore32/include/asm/stacktrace.h |
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 | #ifndef __UNICORE_STACKTRACE_H__ | 10 | #ifndef __UNICORE_STACKTRACE_H__ |
diff --git a/arch/unicore32/include/asm/string.h b/arch/unicore32/include/asm/string.h index 55264c84369a..1649b0e4271b 100644 --- a/arch/unicore32/include/asm/string.h +++ b/arch/unicore32/include/asm/string.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/arch/unicore32/include/asm/string.h | 3 | * linux/arch/unicore32/include/asm/string.h |
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 | #ifndef __UNICORE_STRING_H__ | 9 | #ifndef __UNICORE_STRING_H__ |
13 | #define __UNICORE_STRING_H__ | 10 | #define __UNICORE_STRING_H__ |
diff --git a/arch/unicore32/include/asm/suspend.h b/arch/unicore32/include/asm/suspend.h index 65bad75c7e96..72bd89c44d10 100644 --- a/arch/unicore32/include/asm/suspend.h +++ b/arch/unicore32/include/asm/suspend.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/arch/unicore32/include/asm/suspend.h | 3 | * linux/arch/unicore32/include/asm/suspend.h |
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 | #ifndef __UNICORE_SUSPEND_H__ | 10 | #ifndef __UNICORE_SUSPEND_H__ |
diff --git a/arch/unicore32/include/asm/switch_to.h b/arch/unicore32/include/asm/switch_to.h index 39572d2bd692..12e534b3bfa5 100644 --- a/arch/unicore32/include/asm/switch_to.h +++ b/arch/unicore32/include/asm/switch_to.h | |||
@@ -1,11 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Task switching for PKUnity SoC and UniCore ISA | 3 | * Task switching for PKUnity SoC and UniCore ISA |
3 | * | 4 | * |
4 | * Copyright (C) 2001-2012 GUAN Xue-tao | 5 | * Copyright (C) 2001-2012 GUAN Xue-tao |
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 version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | */ | 6 | */ |
10 | #ifndef __UNICORE_SWITCH_TO_H__ | 7 | #ifndef __UNICORE_SWITCH_TO_H__ |
11 | #define __UNICORE_SWITCH_TO_H__ | 8 | #define __UNICORE_SWITCH_TO_H__ |
diff --git a/arch/unicore32/include/asm/thread_info.h b/arch/unicore32/include/asm/thread_info.h index 5fb728f3b49a..d8a6d6b7a403 100644 --- a/arch/unicore32/include/asm/thread_info.h +++ b/arch/unicore32/include/asm/thread_info.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/arch/unicore32/include/asm/thread_info.h | 3 | * linux/arch/unicore32/include/asm/thread_info.h |
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 | #ifndef __UNICORE_THREAD_INFO_H__ | 9 | #ifndef __UNICORE_THREAD_INFO_H__ |
13 | #define __UNICORE_THREAD_INFO_H__ | 10 | #define __UNICORE_THREAD_INFO_H__ |
diff --git a/arch/unicore32/include/asm/timex.h b/arch/unicore32/include/asm/timex.h index faf16ba46544..d714af3dbce1 100644 --- a/arch/unicore32/include/asm/timex.h +++ b/arch/unicore32/include/asm/timex.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/arch/unicore32/include/asm/timex.h | 3 | * linux/arch/unicore32/include/asm/timex.h |
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 | #ifndef __UNICORE_TIMEX_H__ | 10 | #ifndef __UNICORE_TIMEX_H__ |
diff --git a/arch/unicore32/include/asm/tlb.h b/arch/unicore32/include/asm/tlb.h index 00a8477333f6..10d2356bfddd 100644 --- a/arch/unicore32/include/asm/tlb.h +++ b/arch/unicore32/include/asm/tlb.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/arch/unicore32/include/asm/tlb.h | 3 | * linux/arch/unicore32/include/asm/tlb.h |
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 | #ifndef __UNICORE_TLB_H__ | 9 | #ifndef __UNICORE_TLB_H__ |
13 | #define __UNICORE_TLB_H__ | 10 | #define __UNICORE_TLB_H__ |
diff --git a/arch/unicore32/include/asm/tlbflush.h b/arch/unicore32/include/asm/tlbflush.h index e446ac8bb9e5..1cf18ef55515 100644 --- a/arch/unicore32/include/asm/tlbflush.h +++ b/arch/unicore32/include/asm/tlbflush.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/arch/unicore32/include/asm/tlbflush.h | 3 | * linux/arch/unicore32/include/asm/tlbflush.h |
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 | #ifndef __UNICORE_TLBFLUSH_H__ | 9 | #ifndef __UNICORE_TLBFLUSH_H__ |
13 | #define __UNICORE_TLBFLUSH_H__ | 10 | #define __UNICORE_TLBFLUSH_H__ |
diff --git a/arch/unicore32/include/asm/traps.h b/arch/unicore32/include/asm/traps.h index 66e17a724bfe..ad1508a9a903 100644 --- a/arch/unicore32/include/asm/traps.h +++ b/arch/unicore32/include/asm/traps.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/arch/unicore32/include/asm/traps.h | 3 | * linux/arch/unicore32/include/asm/traps.h |
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 | #ifndef __UNICORE_TRAP_H__ | 9 | #ifndef __UNICORE_TRAP_H__ |
13 | #define __UNICORE_TRAP_H__ | 10 | #define __UNICORE_TRAP_H__ |
diff --git a/arch/unicore32/include/asm/uaccess.h b/arch/unicore32/include/asm/uaccess.h index 1d55f2f83759..33c24f430511 100644 --- a/arch/unicore32/include/asm/uaccess.h +++ b/arch/unicore32/include/asm/uaccess.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/arch/unicore32/include/asm/uaccess.h | 3 | * linux/arch/unicore32/include/asm/uaccess.h |
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 | #ifndef __UNICORE_UACCESS_H__ | 9 | #ifndef __UNICORE_UACCESS_H__ |
13 | #define __UNICORE_UACCESS_H__ | 10 | #define __UNICORE_UACCESS_H__ |
diff --git a/arch/unicore32/include/mach/PKUnity.h b/arch/unicore32/include/mach/PKUnity.h index 46705afcbf5a..78f77517c1c7 100644 --- a/arch/unicore32/include/mach/PKUnity.h +++ b/arch/unicore32/include/mach/PKUnity.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/arch/unicore32/include/mach/PKUnity.h | 3 | * linux/arch/unicore32/include/mach/PKUnity.h |
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 | /* Be sure that virtual mapping is defined right */ | 10 | /* Be sure that virtual mapping is defined right */ |
diff --git a/arch/unicore32/include/mach/bitfield.h b/arch/unicore32/include/mach/bitfield.h index 128a70281efc..766b7f01f1cd 100644 --- a/arch/unicore32/include/mach/bitfield.h +++ b/arch/unicore32/include/mach/bitfield.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/arch/unicore32/include/mach/bitfield.h | 3 | * linux/arch/unicore32/include/mach/bitfield.h |
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 | #ifndef __MACH_PUV3_BITFIELD_H__ | 9 | #ifndef __MACH_PUV3_BITFIELD_H__ |
13 | #define __MACH_PUV3_BITFIELD_H__ | 10 | #define __MACH_PUV3_BITFIELD_H__ |
diff --git a/arch/unicore32/include/mach/dma.h b/arch/unicore32/include/mach/dma.h index d655c1b6e083..271001cd13c4 100644 --- a/arch/unicore32/include/mach/dma.h +++ b/arch/unicore32/include/mach/dma.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/arch/unicore32/include/mach/dma.h | 3 | * linux/arch/unicore32/include/mach/dma.h |
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 | #ifndef __MACH_PUV3_DMA_H__ | 9 | #ifndef __MACH_PUV3_DMA_H__ |
13 | #define __MACH_PUV3_DMA_H__ | 10 | #define __MACH_PUV3_DMA_H__ |
diff --git a/arch/unicore32/include/mach/hardware.h b/arch/unicore32/include/mach/hardware.h index 25146232c7cf..2d7571cbd1d0 100644 --- a/arch/unicore32/include/mach/hardware.h +++ b/arch/unicore32/include/mach/hardware.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/arch/unicore32/include/mach/hardware.h | 3 | * linux/arch/unicore32/include/mach/hardware.h |
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 | * This file contains the hardware definitions for PKUnity architecture | 9 | * This file contains the hardware definitions for PKUnity architecture |
13 | */ | 10 | */ |
14 | 11 | ||
diff --git a/arch/unicore32/include/mach/map.h b/arch/unicore32/include/mach/map.h index 55c936573741..7a83eeeb1287 100644 --- a/arch/unicore32/include/mach/map.h +++ b/arch/unicore32/include/mach/map.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/arch/unicore32/include/mach/map.h | 3 | * linux/arch/unicore32/include/mach/map.h |
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 | * Page table mapping constructs and function prototypes | 9 | * Page table mapping constructs and function prototypes |
13 | */ | 10 | */ |
14 | #define MT_DEVICE 0 | 11 | #define MT_DEVICE 0 |
diff --git a/arch/unicore32/include/mach/memory.h b/arch/unicore32/include/mach/memory.h index 4be72c21d491..2b527cedd03d 100644 --- a/arch/unicore32/include/mach/memory.h +++ b/arch/unicore32/include/mach/memory.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/arch/unicore32/include/mach/memory.h | 3 | * linux/arch/unicore32/include/mach/memory.h |
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 | #ifndef __MACH_PUV3_MEMORY_H__ | 9 | #ifndef __MACH_PUV3_MEMORY_H__ |
13 | #define __MACH_PUV3_MEMORY_H__ | 10 | #define __MACH_PUV3_MEMORY_H__ |
diff --git a/arch/unicore32/include/mach/ocd.h b/arch/unicore32/include/mach/ocd.h index 189fd71bfa34..2a814929e389 100644 --- a/arch/unicore32/include/mach/ocd.h +++ b/arch/unicore32/include/mach/ocd.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/arch/unicore32/include/mach/ocd.h | 3 | * linux/arch/unicore32/include/mach/ocd.h |
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 | #ifndef __MACH_PUV3_OCD_H__ | 10 | #ifndef __MACH_PUV3_OCD_H__ |
diff --git a/arch/unicore32/include/mach/pm.h b/arch/unicore32/include/mach/pm.h index 77b522694e74..cb40b8490a57 100644 --- a/arch/unicore32/include/mach/pm.h +++ b/arch/unicore32/include/mach/pm.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/arch/unicore/include/mach/pm.h | 3 | * linux/arch/unicore/include/mach/pm.h |
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 | #ifndef __PUV3_PM_H__ | 9 | #ifndef __PUV3_PM_H__ |
13 | #define __PUV3_PM_H__ | 10 | #define __PUV3_PM_H__ |
diff --git a/arch/unicore32/include/mach/uncompress.h b/arch/unicore32/include/mach/uncompress.h index 9be67c9d3b53..0c1a56a1913f 100644 --- a/arch/unicore32/include/mach/uncompress.h +++ b/arch/unicore32/include/mach/uncompress.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/arch/unicore32/include/mach/uncompress.h | 3 | * linux/arch/unicore32/include/mach/uncompress.h |
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 | #ifndef __MACH_PUV3_UNCOMPRESS_H__ | 10 | #ifndef __MACH_PUV3_UNCOMPRESS_H__ |