]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
merge filename and modify references to iseries/hv_call.h
authorKelly Daly <kelly@au.ibm.com>
Tue, 1 Nov 2005 05:59:20 +0000 (16:59 +1100)
committerKelly Daly <kelly@au.ibm.com>
Tue, 1 Nov 2005 05:59:20 +0000 (16:59 +1100)
Signed-off-by: Kelly Daly <kelly@au.ibm.com>
arch/powerpc/lib/locks.c
arch/powerpc/platforms/iseries/hvlog.c
arch/powerpc/platforms/iseries/smp.c
drivers/char/viocons.c
include/asm-powerpc/iseries/hv_call.h [moved from include/asm-ppc64/iSeries/HvCall.h with 100% similarity]
include/asm-powerpc/time.h
include/asm-ppc64/spinlock.h

index 3794715b2972b1e69a03cf33cd5a95ab634e5ebe..2a912f411eb4af13500c97271e71e2b32d650daf 100644 (file)
@@ -22,7 +22,7 @@
 /* waiting for a spinlock... */
 #if defined(CONFIG_PPC_SPLPAR) || defined(CONFIG_PPC_ISERIES)
 #include <asm/hvcall.h>
-#include <asm/iSeries/HvCall.h>
+#include <asm/iseries/hv_call.h>
 
 void __spin_yield(raw_spinlock_t *lock)
 {
index f61e2e9ac9ec4d08a61db69a8de93f724b2b869b..5a89b481f9788cf815a9cf33e32c25d04264c4d4 100644 (file)
@@ -9,7 +9,7 @@
 
 #include <asm/page.h>
 #include <asm/abs_addr.h>
-#include <asm/iSeries/HvCall.h>
+#include <asm/iseries/hv_call.h>
 #include <asm/iSeries/HvCallSc.h>
 #include <asm/iSeries/HvTypes.h>
 
index f720916682f6a70f090e3b18944322525a34c99e..3336bad67724e0f6cb30ea775d9e3a6c00e1903b 100644 (file)
@@ -38,7 +38,7 @@
 #include <asm/io.h>
 #include <asm/smp.h>
 #include <asm/paca.h>
-#include <asm/iSeries/HvCall.h>
+#include <asm/iseries/hv_call.h>
 #include <asm/time.h>
 #include <asm/ppcdebug.h>
 #include <asm/machdep.h>
index 44f5fb4a46efaec16a59ae47b673e0362bb18d2e..180507ae590f21809b803ce4144c43e16df5029f 100644 (file)
@@ -49,7 +49,7 @@
 #include <asm/iSeries/HvLpEvent.h>
 #include <asm/iSeries/HvCallEvent.h>
 #include <asm/iSeries/HvLpConfig.h>
-#include <asm/iSeries/HvCall.h>
+#include <asm/iseries/hv_call.h>
 
 #ifdef CONFIG_VT
 #error You must turn off CONFIG_VT to use CONFIG_VIOCONS
index 410e795f7d4392bab43b386129eaf2b54e34f5d8..d9b86a17271ba95ed500061b3a83e7d98d0104f5 100644 (file)
@@ -21,7 +21,7 @@
 #include <asm/processor.h>
 #ifdef CONFIG_PPC64
 #include <asm/paca.h>
-#include <asm/iSeries/HvCall.h>
+#include <asm/iseries/hv_call.h>
 #endif
 
 /* time.c */
index 14cb895bb607245477e4dc466e7dd6a227491956..7d84fb5e39f1103d78852c7a9a3a2828f6406513 100644 (file)
@@ -21,7 +21,7 @@
 #include <linux/config.h>
 #include <asm/paca.h>
 #include <asm/hvcall.h>
-#include <asm/iSeries/HvCall.h>
+#include <asm/iseries/hv_call.h>
 
 #define __raw_spin_is_locked(x)                ((x)->slock != 0)