diff options
Diffstat (limited to 'arch/powerpc/platforms/pseries')
-rw-r--r-- | arch/powerpc/platforms/pseries/dlpar.c | 5 | ||||
-rw-r--r-- | arch/powerpc/platforms/pseries/mobility.c | 5 | ||||
-rw-r--r-- | arch/powerpc/platforms/pseries/pseries_energy.c | 5 | ||||
-rw-r--r-- | arch/powerpc/platforms/pseries/reconfig.c | 6 |
4 files changed, 4 insertions, 17 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 |
diff --git a/arch/powerpc/platforms/pseries/mobility.c b/arch/powerpc/platforms/pseries/mobility.c index 88925f8ca8a0..0c48c8964783 100644 --- a/arch/powerpc/platforms/pseries/mobility.c +++ b/arch/powerpc/platforms/pseries/mobility.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Support for Partition Mobility/Migration | 3 | * Support for Partition Mobility/Migration |
3 | * | 4 | * |
4 | * Copyright (C) 2010 Nathan Fontenot | 5 | * Copyright (C) 2010 Nathan Fontenot |
5 | * Copyright (C) 2010 IBM Corporation | 6 | * Copyright (C) 2010 IBM Corporation |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or | ||
8 | * modify it under the terms of the GNU General Public License version | ||
9 | * 2 as published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #include <linux/kernel.h> | 9 | #include <linux/kernel.h> |
diff --git a/arch/powerpc/platforms/pseries/pseries_energy.c b/arch/powerpc/platforms/pseries/pseries_energy.c index 921f12182f3e..a96874f9492f 100644 --- a/arch/powerpc/platforms/pseries/pseries_energy.c +++ b/arch/powerpc/platforms/pseries/pseries_energy.c | |||
@@ -1,11 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * POWER platform energy management driver | 3 | * POWER platform energy management driver |
3 | * Copyright (C) 2010 IBM Corporation | 4 | * Copyright (C) 2010 IBM Corporation |
4 | * | 5 | * |
5 | * This program is free software; you can redistribute it and/or | ||
6 | * modify it under the terms of the GNU General Public License | ||
7 | * version 2 as published by the Free Software Foundation. | ||
8 | * | ||
9 | * This pseries platform device driver provides access to | 6 | * This pseries platform device driver provides access to |
10 | * platform energy management capabilities. | 7 | * platform energy management capabilities. |
11 | */ | 8 | */ |
diff --git a/arch/powerpc/platforms/pseries/reconfig.c b/arch/powerpc/platforms/pseries/reconfig.c index 0e0208117e77..8a9c4fb95b8b 100644 --- a/arch/powerpc/platforms/pseries/reconfig.c +++ b/arch/powerpc/platforms/pseries/reconfig.c | |||
@@ -1,14 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * pSeries_reconfig.c - support for dynamic reconfiguration (including PCI | 3 | * pSeries_reconfig.c - support for dynamic reconfiguration (including PCI |
3 | * Hotplug and Dynamic Logical Partitioning on RPA platforms). | 4 | * Hotplug and Dynamic Logical Partitioning on RPA platforms). |
4 | * | 5 | * |
5 | * Copyright (C) 2005 Nathan Lynch | 6 | * Copyright (C) 2005 Nathan Lynch |
6 | * Copyright (C) 2005 IBM Corporation | 7 | * Copyright (C) 2005 IBM Corporation |
7 | * | ||
8 | * | ||
9 | * This program is free software; you can redistribute it and/or | ||
10 | * modify it under the terms of the GNU General Public License version | ||
11 | * 2 as published by the Free Software Foundation. | ||
12 | */ | 8 | */ |
13 | 9 | ||
14 | #include <linux/kernel.h> | 10 | #include <linux/kernel.h> |