diff options
Diffstat (limited to 'arch/powerpc/platforms/pseries/dlpar.c')
-rw-r--r-- | arch/powerpc/platforms/pseries/dlpar.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/powerpc/platforms/pseries/dlpar.c b/arch/powerpc/platforms/pseries/dlpar.c index 17958043e7f7..437a74173db2 100644 --- a/arch/powerpc/platforms/pseries/dlpar.c +++ b/arch/powerpc/platforms/pseries/dlpar.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Support for dynamic reconfiguration for PCI, Memory, and CPU | 3 | * Support for dynamic reconfiguration for PCI, Memory, and CPU |
3 | * Hotplug and Dynamic Logical Partitioning on RPA platforms. | 4 | * Hotplug and Dynamic Logical Partitioning on RPA platforms. |
4 | * | 5 | * |
5 | * Copyright (C) 2009 Nathan Fontenot | 6 | * Copyright (C) 2009 Nathan Fontenot |
6 | * Copyright (C) 2009 IBM Corporation | 7 | * Copyright (C) 2009 IBM Corporation |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or | ||
9 | * modify it under the terms of the GNU General Public License version | ||
10 | * 2 as published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #define pr_fmt(fmt) "dlpar: " fmt | 10 | #define pr_fmt(fmt) "dlpar: " fmt |