diff options
author | Kelly Daly <kelly@au.ibm.com> | 2005-11-02 15:53:01 +1100 |
---|---|---|
committer | Kelly Daly <kelly@au.ibm.com> | 2005-11-02 15:53:01 +1100 |
commit | ecb3ca2783d6e54d30dbf70a42fe995c27eeb212 (patch) | |
tree | a7ba5728afd866a88b8be2cd21602d01b449a1c0 /include/asm-powerpc/iseries/hv_call.h | |
parent | 10e8805716698596f5b6445d76bbb7ed1adb7295 (diff) | |
download | op-kernel-dev-ecb3ca2783d6e54d30dbf70a42fe995c27eeb212.zip op-kernel-dev-ecb3ca2783d6e54d30dbf70a42fe995c27eeb212.tar.gz |
modify defines according to _ASM_POWERPC_ISERIES_
Signed-off-by: Kelly Daly <kelly@au.ibm.com>
Diffstat (limited to 'include/asm-powerpc/iseries/hv_call.h')
-rw-r--r-- | include/asm-powerpc/iseries/hv_call.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/asm-powerpc/iseries/hv_call.h b/include/asm-powerpc/iseries/hv_call.h index af59cc1..e9f831c 100644 --- a/include/asm-powerpc/iseries/hv_call.h +++ b/include/asm-powerpc/iseries/hv_call.h @@ -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> @@ -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 */ |