diff options
Diffstat (limited to 'arch/arm/plat-versatile/platsmp.c')
-rw-r--r-- | arch/arm/plat-versatile/platsmp.c | 5 |
1 files changed, 1 insertions, 4 deletions
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 |