Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ecb3ca27 authored by Kelly Daly's avatar Kelly Daly
Browse files

modify defines according to _ASM_POWERPC_ISERIES_



Signed-off-by: default avatarKelly Daly <kelly@au.ibm.com>
parent 10e88057
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -20,8 +20,8 @@
 * This file contains the "hypervisor call" interface which is used to
 * This file contains the "hypervisor call" interface which is used to
 * drive the hypervisor from the OS.
 * drive the hypervisor from the OS.
 */
 */
#ifndef _HVCALL_H
#ifndef _ASM_POWERPC_ISERIES_HV_CALL_H
#define _HVCALL_H
#define _ASM_POWERPC_ISERIES_HV_CALL_H


#include <asm/iseries/hv_call_sc.h>
#include <asm/iseries/hv_call_sc.h>
#include <asm/iseries/hv_types.h>
#include <asm/iseries/hv_types.h>
@@ -110,4 +110,4 @@ static inline void HvCall_sendIPI(struct paca_struct *targetPaca)
	HvCall1(HvCallBaseSendIPI, targetPaca->paca_index);
	HvCall1(HvCallBaseSendIPI, targetPaca->paca_index);
}
}


#endif /* _HVCALL_H */
#endif /* _ASM_POWERPC_ISERIES_HV_CALL_H */
+3 −3
Original line number Original line Diff line number Diff line
@@ -20,8 +20,8 @@
 * This file contains the "hypervisor call" interface which is used to
 * This file contains the "hypervisor call" interface which is used to
 * drive the hypervisor from the OS.
 * drive the hypervisor from the OS.
 */
 */
#ifndef _HVCALLEVENT_H
#ifndef _ASM_POWERPC_ISERIES_HV_CALL_EVENT_H
#define _HVCALLEVENT_H
#define _ASM_POWERPC_ISERIES_HV_CALL_EVENT_H


#include <asm/iseries/hv_call_sc.h>
#include <asm/iseries/hv_call_sc.h>
#include <asm/iseries/hv_types.h>
#include <asm/iseries/hv_types.h>
@@ -250,4 +250,4 @@ static inline HvLpDma_Rc HvCallEvent_dmaToSp(void *local, u32 remote,
	return HvCall4(HvCallEventDmaToSp, abs_addr, remote, length, dir);
	return HvCall4(HvCallEventDmaToSp, abs_addr, remote, length, dir);
}
}


#endif /* _HVCALLEVENT_H */
#endif /* _ASM_POWERPC_ISERIES_HV_CALL_EVENT_H */
+3 −3
Original line number Original line Diff line number Diff line
@@ -16,8 +16,8 @@
 * along with this program; if not, write to the Free Software
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 */
 */
#ifndef _HVCALLSC_H
#ifndef _ASM_POWERPC_ISERIES_HV_CALL_SC_H
#define _HVCALLSC_H
#define _ASM_POWERPC_ISERIES_HV_CALL_SC_H


#include <linux/types.h>
#include <linux/types.h>


@@ -48,4 +48,4 @@ extern u64 HvCall5Ret16(u64, void *, u64, u64, u64, u64, u64);
extern u64 HvCall6Ret16(u64, void *, u64, u64, u64, u64, u64, u64);
extern u64 HvCall6Ret16(u64, void *, u64, u64, u64, u64, u64, u64);
extern u64 HvCall7Ret16(u64, void *, u64, u64 ,u64 ,u64 ,u64 ,u64 ,u64);
extern u64 HvCall7Ret16(u64, void *, u64, u64 ,u64 ,u64 ,u64 ,u64 ,u64);


#endif /* _HVCALLSC_H */
#endif /* _ASM_POWERPC_ISERIES_HV_CALL_SC_H */
+3 −3
Original line number Original line Diff line number Diff line
@@ -2,8 +2,8 @@
 * This file contains the "hypervisor call" interface which is used to
 * This file contains the "hypervisor call" interface which is used to
 * drive the hypervisor from SLIC.
 * drive the hypervisor from SLIC.
 */
 */
#ifndef _HVCALLXM_H
#ifndef _ASM_POWERPC_ISERIES_HV_CALL_XM_H
#define _HVCALLXM_H
#define _ASM_POWERPC_ISERIES_HV_CALL_XM_H


#include <asm/iseries/hv_call_sc.h>
#include <asm/iseries/hv_call_sc.h>
#include <asm/iseries/hv_types.h>
#include <asm/iseries/hv_types.h>
@@ -75,4 +75,4 @@ static inline u64 HvCallXm_loadTod(void)
	return HvCall0(HvCallXmLoadTod);
	return HvCall0(HvCallXmLoadTod);
}
}


#endif /* _HVCALLXM_H */
#endif /* _ASM_POWERPC_ISERIES_HV_CALL_XM_H */
+3 −3
Original line number Original line Diff line number Diff line
@@ -16,8 +16,8 @@
 * along with this program; if not, write to the Free Software
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 */
 */
#ifndef _HVLPCONFIG_H
#ifndef _ASM_POWERPC_ISERIES_HV_LP_CONFIG_H
#define _HVLPCONFIG_H
#define _ASM_POWERPC_ISERIES_HV_LP_CONFIG_H


/*
/*
 * This file contains the interface to the LPAR configuration data
 * This file contains the interface to the LPAR configuration data
@@ -135,4 +135,4 @@ static inline HvLpIndex HvLpConfig_getHostingLpIndex(HvLpIndex lp)
	return HvCall1(HvCallCfgGetHostingLpIndex, lp);
	return HvCall1(HvCallCfgGetHostingLpIndex, lp);
}
}


#endif /* _HVLPCONFIG_H */
#endif /* _ASM_POWERPC_ISERIES_HV_LP_CONFIG_H */
Loading