diff options
Diffstat (limited to 'arch/arm/plat-versatile')
-rw-r--r-- | arch/arm/plat-versatile/headsmp.S | 5 | ||||
-rw-r--r-- | arch/arm/plat-versatile/hotplug.c | 5 | ||||
-rw-r--r-- | arch/arm/plat-versatile/include/plat/platsmp.h | 5 | ||||
-rw-r--r-- | arch/arm/plat-versatile/platsmp.c | 5 |
4 files changed, 4 insertions, 16 deletions
diff --git a/arch/arm/plat-versatile/headsmp.S b/arch/arm/plat-versatile/headsmp.S index e99396dfa6f3..09d9fc30c8ca 100644 --- a/arch/arm/plat-versatile/headsmp.S +++ b/arch/arm/plat-versatile/headsmp.S | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/arch/arm/plat-versatile/headsmp.S | 3 | * linux/arch/arm/plat-versatile/headsmp.S |
3 | * | 4 | * |
4 | * Copyright (c) 2003 ARM Limited | 5 | * Copyright (c) 2003 ARM Limited |
5 | * All Rights Reserved | 6 | * All Rights Reserved |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | #include <linux/linkage.h> | 8 | #include <linux/linkage.h> |
12 | #include <linux/init.h> | 9 | #include <linux/init.h> |
diff --git a/arch/arm/plat-versatile/hotplug.c b/arch/arm/plat-versatile/hotplug.c index c974958417fe..2e9dca38bec0 100644 --- a/arch/arm/plat-versatile/hotplug.c +++ b/arch/arm/plat-versatile/hotplug.c | |||
@@ -1,11 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2002 ARM Ltd. | 3 | * Copyright (C) 2002 ARM Ltd. |
3 | * All Rights Reserved | 4 | * All Rights Reserved |
4 | * | 5 | * |
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License version 2 as | ||
7 | * published by the Free Software Foundation. | ||
8 | * | ||
9 | * This hotplug implementation is _specific_ to the situation found on | 6 | * This hotplug implementation is _specific_ to the situation found on |
10 | * ARM development platforms where there is _no_ possibility of actually | 7 | * ARM development platforms where there is _no_ possibility of actually |
11 | * taking a CPU offline, resetting it, or otherwise. Real platforms must | 8 | * taking a CPU offline, resetting it, or otherwise. Real platforms must |
diff --git a/arch/arm/plat-versatile/include/plat/platsmp.h b/arch/arm/plat-versatile/include/plat/platsmp.h index 1b087fbbc700..500605f48b80 100644 --- a/arch/arm/plat-versatile/include/plat/platsmp.h +++ b/arch/arm/plat-versatile/include/plat/platsmp.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/arch/arm/plat-versatile/include/plat/platsmp.h | 3 | * linux/arch/arm/plat-versatile/include/plat/platsmp.h |
3 | * | 4 | * |
4 | * Copyright (C) 2011 ARM Ltd. | 5 | * Copyright (C) 2011 ARM Ltd. |
5 | * All Rights Reserved | 6 | * All Rights Reserved |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | extern volatile int versatile_cpu_release; | 8 | extern volatile int versatile_cpu_release; |
12 | 9 | ||
diff --git a/arch/arm/plat-versatile/platsmp.c b/arch/arm/plat-versatile/platsmp.c index 6e2836243187..3567296cec2a 100644 --- a/arch/arm/plat-versatile/platsmp.c +++ b/arch/arm/plat-versatile/platsmp.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * linux/arch/arm/plat-versatile/platsmp.c | 3 | * linux/arch/arm/plat-versatile/platsmp.c |
3 | * | 4 | * |
4 | * Copyright (C) 2002 ARM Ltd. | 5 | * Copyright (C) 2002 ARM Ltd. |
5 | * All Rights Reserved | 6 | * All Rights Reserved |
6 | * | 7 | * |
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | * | ||
11 | * This code is specific to the hardware found on ARM Realview and | 8 | * This code is specific to the hardware found on ARM Realview and |
12 | * Versatile Express platforms where the CPUs are unable to be individually | 9 | * Versatile Express platforms where the CPUs are unable to be individually |
13 | * woken, and where there is no way to hot-unplug CPUs. Real platforms | 10 | * woken, and where there is no way to hot-unplug CPUs. Real platforms |