aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-versatile/hotplug.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/plat-versatile/hotplug.c')
-rw-r--r--arch/arm/plat-versatile/hotplug.c5
1 files changed, 1 insertions, 4 deletions
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