Loading include/asm-powerpc/iseries/hv_call.h +3 −3 Original line number Diff line number Diff line Loading @@ -20,8 +20,8 @@ * This file contains the "hypervisor call" interface which is used to * drive the hypervisor from the OS. */ #ifndef _HVCALL_H #define _HVCALL_H #ifndef _ASM_POWERPC_ISERIES_HV_CALL_H #define _ASM_POWERPC_ISERIES_HV_CALL_H #include <asm/iseries/hv_call_sc.h> #include <asm/iseries/hv_types.h> Loading Loading @@ -110,4 +110,4 @@ static inline void HvCall_sendIPI(struct paca_struct *targetPaca) HvCall1(HvCallBaseSendIPI, targetPaca->paca_index); } #endif /* _HVCALL_H */ #endif /* _ASM_POWERPC_ISERIES_HV_CALL_H */ include/asm-powerpc/iseries/hv_call_event.h +3 −3 Original line number Diff line number Diff line Loading @@ -20,8 +20,8 @@ * This file contains the "hypervisor call" interface which is used to * drive the hypervisor from the OS. */ #ifndef _HVCALLEVENT_H #define _HVCALLEVENT_H #ifndef _ASM_POWERPC_ISERIES_HV_CALL_EVENT_H #define _ASM_POWERPC_ISERIES_HV_CALL_EVENT_H #include <asm/iseries/hv_call_sc.h> #include <asm/iseries/hv_types.h> Loading Loading @@ -250,4 +250,4 @@ static inline HvLpDma_Rc HvCallEvent_dmaToSp(void *local, u32 remote, return HvCall4(HvCallEventDmaToSp, abs_addr, remote, length, dir); } #endif /* _HVCALLEVENT_H */ #endif /* _ASM_POWERPC_ISERIES_HV_CALL_EVENT_H */ include/asm-powerpc/iseries/hv_call_sc.h +3 −3 Original line number Diff line number Diff line Loading @@ -16,8 +16,8 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #ifndef _HVCALLSC_H #define _HVCALLSC_H #ifndef _ASM_POWERPC_ISERIES_HV_CALL_SC_H #define _ASM_POWERPC_ISERIES_HV_CALL_SC_H #include <linux/types.h> Loading Loading @@ -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 HvCall7Ret16(u64, void *, u64, u64 ,u64 ,u64 ,u64 ,u64 ,u64); #endif /* _HVCALLSC_H */ #endif /* _ASM_POWERPC_ISERIES_HV_CALL_SC_H */ include/asm-powerpc/iseries/hv_call_xm.h +3 −3 Original line number Diff line number Diff line Loading @@ -2,8 +2,8 @@ * This file contains the "hypervisor call" interface which is used to * drive the hypervisor from SLIC. */ #ifndef _HVCALLXM_H #define _HVCALLXM_H #ifndef _ASM_POWERPC_ISERIES_HV_CALL_XM_H #define _ASM_POWERPC_ISERIES_HV_CALL_XM_H #include <asm/iseries/hv_call_sc.h> #include <asm/iseries/hv_types.h> Loading Loading @@ -75,4 +75,4 @@ static inline u64 HvCallXm_loadTod(void) return HvCall0(HvCallXmLoadTod); } #endif /* _HVCALLXM_H */ #endif /* _ASM_POWERPC_ISERIES_HV_CALL_XM_H */ include/asm-powerpc/iseries/hv_lp_config.h +3 −3 Original line number Diff line number Diff line Loading @@ -16,8 +16,8 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #ifndef _HVLPCONFIG_H #define _HVLPCONFIG_H #ifndef _ASM_POWERPC_ISERIES_HV_LP_CONFIG_H #define _ASM_POWERPC_ISERIES_HV_LP_CONFIG_H /* * This file contains the interface to the LPAR configuration data Loading Loading @@ -135,4 +135,4 @@ static inline HvLpIndex HvLpConfig_getHostingLpIndex(HvLpIndex lp) return HvCall1(HvCallCfgGetHostingLpIndex, lp); } #endif /* _HVLPCONFIG_H */ #endif /* _ASM_POWERPC_ISERIES_HV_LP_CONFIG_H */ Loading
include/asm-powerpc/iseries/hv_call.h +3 −3 Original line number Diff line number Diff line Loading @@ -20,8 +20,8 @@ * This file contains the "hypervisor call" interface which is used to * drive the hypervisor from the OS. */ #ifndef _HVCALL_H #define _HVCALL_H #ifndef _ASM_POWERPC_ISERIES_HV_CALL_H #define _ASM_POWERPC_ISERIES_HV_CALL_H #include <asm/iseries/hv_call_sc.h> #include <asm/iseries/hv_types.h> Loading Loading @@ -110,4 +110,4 @@ static inline void HvCall_sendIPI(struct paca_struct *targetPaca) HvCall1(HvCallBaseSendIPI, targetPaca->paca_index); } #endif /* _HVCALL_H */ #endif /* _ASM_POWERPC_ISERIES_HV_CALL_H */
include/asm-powerpc/iseries/hv_call_event.h +3 −3 Original line number Diff line number Diff line Loading @@ -20,8 +20,8 @@ * This file contains the "hypervisor call" interface which is used to * drive the hypervisor from the OS. */ #ifndef _HVCALLEVENT_H #define _HVCALLEVENT_H #ifndef _ASM_POWERPC_ISERIES_HV_CALL_EVENT_H #define _ASM_POWERPC_ISERIES_HV_CALL_EVENT_H #include <asm/iseries/hv_call_sc.h> #include <asm/iseries/hv_types.h> Loading Loading @@ -250,4 +250,4 @@ static inline HvLpDma_Rc HvCallEvent_dmaToSp(void *local, u32 remote, return HvCall4(HvCallEventDmaToSp, abs_addr, remote, length, dir); } #endif /* _HVCALLEVENT_H */ #endif /* _ASM_POWERPC_ISERIES_HV_CALL_EVENT_H */
include/asm-powerpc/iseries/hv_call_sc.h +3 −3 Original line number Diff line number Diff line Loading @@ -16,8 +16,8 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #ifndef _HVCALLSC_H #define _HVCALLSC_H #ifndef _ASM_POWERPC_ISERIES_HV_CALL_SC_H #define _ASM_POWERPC_ISERIES_HV_CALL_SC_H #include <linux/types.h> Loading Loading @@ -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 HvCall7Ret16(u64, void *, u64, u64 ,u64 ,u64 ,u64 ,u64 ,u64); #endif /* _HVCALLSC_H */ #endif /* _ASM_POWERPC_ISERIES_HV_CALL_SC_H */
include/asm-powerpc/iseries/hv_call_xm.h +3 −3 Original line number Diff line number Diff line Loading @@ -2,8 +2,8 @@ * This file contains the "hypervisor call" interface which is used to * drive the hypervisor from SLIC. */ #ifndef _HVCALLXM_H #define _HVCALLXM_H #ifndef _ASM_POWERPC_ISERIES_HV_CALL_XM_H #define _ASM_POWERPC_ISERIES_HV_CALL_XM_H #include <asm/iseries/hv_call_sc.h> #include <asm/iseries/hv_types.h> Loading Loading @@ -75,4 +75,4 @@ static inline u64 HvCallXm_loadTod(void) return HvCall0(HvCallXmLoadTod); } #endif /* _HVCALLXM_H */ #endif /* _ASM_POWERPC_ISERIES_HV_CALL_XM_H */
include/asm-powerpc/iseries/hv_lp_config.h +3 −3 Original line number Diff line number Diff line Loading @@ -16,8 +16,8 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #ifndef _HVLPCONFIG_H #define _HVLPCONFIG_H #ifndef _ASM_POWERPC_ISERIES_HV_LP_CONFIG_H #define _ASM_POWERPC_ISERIES_HV_LP_CONFIG_H /* * This file contains the interface to the LPAR configuration data Loading Loading @@ -135,4 +135,4 @@ static inline HvLpIndex HvLpConfig_getHostingLpIndex(HvLpIndex lp) return HvCall1(HvCallCfgGetHostingLpIndex, lp); } #endif /* _HVLPCONFIG_H */ #endif /* _ASM_POWERPC_ISERIES_HV_LP_CONFIG_H */