]> Pileus Git - ~andy/linux/commitdiff
pseries: Move plpar_wrapper.h to powerpc common include/asm location.
authorDeepthi Dharwar <deepthi@linux.vnet.ibm.com>
Thu, 22 Aug 2013 09:53:52 +0000 (15:23 +0530)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 27 Aug 2013 04:43:05 +0000 (14:43 +1000)
As a part of pseries_idle backend driver cleanup to make
the code common to both pseries and powernv platforms, it
is necessary to move the backend-driver code to drivers/cpuidle.

As a pre-requisite for that, it is essential to move plpar_wrapper.h
to include/asm.

Signed-off-by: Deepthi Dharwar <deepthi@linux.vnet.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/include/asm/plpar_wrappers.h [moved from arch/powerpc/platforms/pseries/plpar_wrappers.h with 98% similarity]
arch/powerpc/platforms/pseries/cmm.c
arch/powerpc/platforms/pseries/dtl.c
arch/powerpc/platforms/pseries/hotplug-cpu.c
arch/powerpc/platforms/pseries/hvconsole.c
arch/powerpc/platforms/pseries/iommu.c
arch/powerpc/platforms/pseries/kexec.c
arch/powerpc/platforms/pseries/lpar.c
arch/powerpc/platforms/pseries/processor_idle.c
arch/powerpc/platforms/pseries/setup.c
arch/powerpc/platforms/pseries/smp.c

similarity index 98%
rename from arch/powerpc/platforms/pseries/plpar_wrappers.h
rename to arch/powerpc/include/asm/plpar_wrappers.h
index 417d0bfa451052256c333f9b5021c89332244377..a63b045e707ce8a5d34c91e8fa698808a8ee4647 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _PSERIES_PLPAR_WRAPPERS_H
-#define _PSERIES_PLPAR_WRAPPERS_H
+#ifndef _ASM_POWERPC_PLPAR_WRAPPERS_H
+#define _ASM_POWERPC_PLPAR_WRAPPERS_H
 
 #include <linux/string.h>
 #include <linux/irqflags.h>
@@ -297,4 +297,4 @@ static inline long plapr_set_watchpoint0(unsigned long dawr0, unsigned long dawr
        return plpar_set_mode(0, 2, dawr0, dawrx0);
 }
 
-#endif /* _PSERIES_PLPAR_WRAPPERS_H */
+#endif /* _ASM_POWERPC_PLPAR_WRAPPERS_H */
index c638535753df736811eff0b95b7c5b8f46c22caa..1e561bef459b4261d4e06f8ee2c563edc04e7e9d 100644 (file)
@@ -40,8 +40,7 @@
 #include <asm/pgalloc.h>
 #include <asm/uaccess.h>
 #include <linux/memory.h>
-
-#include "plpar_wrappers.h"
+#include <asm/plpar_wrappers.h>
 
 #define CMM_DRIVER_VERSION     "1.0.0"
 #define CMM_DEFAULT_DELAY      1
index 238240e02ef80c8cbcb1cdbb07061953b844e1ca..5db66f1fbc2648f41244b15ca07fdc8bfad7ad5d 100644 (file)
@@ -29,8 +29,7 @@
 #include <asm/firmware.h>
 #include <asm/lppaca.h>
 #include <asm/debug.h>
-
-#include "plpar_wrappers.h"
+#include <asm/plpar_wrappers.h>
 
 struct dtl {
        struct dtl_entry        *buf;
index 1e490cf63a0d9669d85846b000b44ff9cb9a09c6..82789e79e53985cf2b6c856f313628ff1eb0ca3e 100644 (file)
@@ -30,7 +30,8 @@
 #include <asm/machdep.h>
 #include <asm/vdso_datapage.h>
 #include <asm/xics.h>
-#include "plpar_wrappers.h"
+#include <asm/plpar_wrappers.h>
+
 #include "offline_states.h"
 
 /* This version can't take the spinlock, because it never returns */
index ef6d59aea29e64a0d4cb43243003b5a2ff9069b8..849b29b3e9ae0d6ec7b4121a004fc6ce3f7a96b5 100644 (file)
@@ -28,7 +28,7 @@
 #include <linux/errno.h>
 #include <asm/hvcall.h>
 #include <asm/hvconsole.h>
-#include "plpar_wrappers.h"
+#include <asm/plpar_wrappers.h>
 
 /**
  * hvc_get_chars - retrieve characters from firmware for denoted vterm adatper
index 9087f97687814feb7e3235bcf7b270e25f96049f..0307901e41328ed8c77f0a32fdfed9d896ad084f 100644 (file)
@@ -48,8 +48,7 @@
 #include <asm/ppc-pci.h>
 #include <asm/udbg.h>
 #include <asm/mmzone.h>
-
-#include "plpar_wrappers.h"
+#include <asm/plpar_wrappers.h>
 
 
 static void tce_invalidate_pSeries_sw(struct iommu_table *tbl,
index 7d94bdc63d5075641e6924033c3a912fc186b9fe..13fa95b3aa8bb2bef958c9909cd7fb200cd3fdd6 100644 (file)
@@ -17,9 +17,9 @@
 #include <asm/mpic.h>
 #include <asm/xics.h>
 #include <asm/smp.h>
+#include <asm/plpar_wrappers.h>
 
 #include "pseries.h"
-#include "plpar_wrappers.h"
 
 static void pseries_kexec_cpu_down(int crash_shutdown, int secondary)
 {
index 0b7c86e3d75d66631271d8638d71a66267645a6a..6d5e932b615a6c650eb1e78b830032954959f7ef 100644 (file)
@@ -41,8 +41,8 @@
 #include <asm/smp.h>
 #include <asm/trace.h>
 #include <asm/firmware.h>
+#include <asm/plpar_wrappers.h>
 
-#include "plpar_wrappers.h"
 #include "pseries.h"
 
 /* Flag bits for H_BULK_REMOVE */
index e6f05707fde33ac4d82e6ad781bc0c3f30dff4ff..a166e38bd683d3b1266922b380fda6e3da595ad8 100644 (file)
@@ -18,8 +18,7 @@
 #include <asm/machdep.h>
 #include <asm/firmware.h>
 #include <asm/runlatch.h>
-
-#include "plpar_wrappers.h"
+#include <asm/plpar_wrappers.h>
 
 struct cpuidle_driver pseries_idle_driver = {
        .name             = "pseries_idle",
index 33d619665cb727022b2865cd5567759118531b23..d64feb3ea0be48600d71ca97f3bbd3c561181ed8 100644 (file)
@@ -66,8 +66,8 @@
 #include <asm/firmware.h>
 #include <asm/eeh.h>
 #include <asm/reg.h>
+#include <asm/plpar_wrappers.h>
 
-#include "plpar_wrappers.h"
 #include "pseries.h"
 
 int CMO_PrPSP = -1;
index ca2d1f6647f4047096649bd750e254debb740d26..1c1771a402501d00328c450cfaeb5942f360d3f4 100644 (file)
@@ -43,8 +43,8 @@
 #include <asm/cputhreads.h>
 #include <asm/xics.h>
 #include <asm/dbell.h>
+#include <asm/plpar_wrappers.h>
 
-#include "plpar_wrappers.h"
 #include "pseries.h"
 #include "offline_states.h"