aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-ppc64/iSeries/HvCall.h
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2005-06-21 20:15:40 -0400
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-06-21 21:46:28 -0400
commit4a5304f5ba04eff979cd108309eae7a00f3fff77 (patch)
tree3dcf4bf1a32d1d456dd43b33bd7cac686de7dd1a /include/asm-ppc64/iSeries/HvCall.h
parentc92877e0a079fe5a488cb244c7afb05137702b49 (diff)
[PATCH] ppc64 iSeries: tidy up some includes and HvCall.h
This patch removes some unused bits from HvCall.h and some unneeded #includes from other files. Also includes ItLpQueue.h in paca.h in preference to a stub declaration of struct ItLpQueue. Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-ppc64/iSeries/HvCall.h')
-rw-r--r--include/asm-ppc64/iSeries/HvCall.h84
1 files changed, 2 insertions, 82 deletions
diff --git a/include/asm-ppc64/iSeries/HvCall.h b/include/asm-ppc64/iSeries/HvCall.h
index c903387e912..c3f19475c0d 100644
--- a/include/asm-ppc64/iSeries/HvCall.h
+++ b/include/asm-ppc64/iSeries/HvCall.h
@@ -27,48 +27,6 @@
27#include <asm/iSeries/HvTypes.h> 27#include <asm/iSeries/HvTypes.h>
28#include <asm/paca.h> 28#include <asm/paca.h>
29 29
30/*
31enum HvCall_ReturnCode
32{
33 HvCall_Good = 0,
34 HvCall_Partial = 1,
35 HvCall_NotOwned = 2,
36 HvCall_NotFreed = 3,
37 HvCall_UnspecifiedError = 4
38};
39
40enum HvCall_TypeOfSIT
41{
42 HvCall_ReduceOnly = 0,
43 HvCall_Unconditional = 1
44};
45
46enum HvCall_TypeOfYield
47{
48 HvCall_YieldTimed = 0, // Yield until specified time
49 HvCall_YieldToActive = 1, // Yield until all active procs have run
50 HvCall_YieldToProc = 2 // Yield until the specified processor has run
51};
52
53enum HvCall_InterruptMasks
54{
55 HvCall_MaskIPI = 0x00000001,
56 HvCall_MaskLpEvent = 0x00000002,
57 HvCall_MaskLpProd = 0x00000004,
58 HvCall_MaskTimeout = 0x00000008
59};
60
61enum HvCall_VaryOffChunkRc
62{
63 HvCall_VaryOffSucceeded = 0,
64 HvCall_VaryOffWithdrawn = 1,
65 HvCall_ChunkInLoadArea = 2,
66 HvCall_ChunkInHPT = 3,
67 HvCall_ChunkNotAccessible = 4,
68 HvCall_ChunkInUse = 5
69};
70*/
71
72/* Type of yield for HvCallBaseYieldProcessor */ 30/* Type of yield for HvCallBaseYieldProcessor */
73#define HvCall_YieldTimed 0 /* Yield until specified time (tb) */ 31#define HvCall_YieldTimed 0 /* Yield until specified time (tb) */
74#define HvCall_YieldToActive 1 /* Yield until all active procs have run */ 32#define HvCall_YieldToActive 1 /* Yield until all active procs have run */
@@ -139,35 +97,12 @@ static inline void HvCall_setEnabledInterrupts(u64 enabledInterrupts)
139 HvCall1(HvCallBaseSetEnabledInterrupts, enabledInterrupts); 97 HvCall1(HvCallBaseSetEnabledInterrupts, enabledInterrupts);
140} 98}
141 99
142static inline void HvCall_clearLogBuffer(HvLpIndex lpindex) 100static inline void HvCall_setLogBufferFormatAndCodepage(int format,
143{ 101 u32 codePage)
144 HvCall1(HvCallBaseClearLogBuffer, lpindex);
145}
146
147static inline u32 HvCall_getLogBufferCodePage(HvLpIndex lpindex)
148{
149 u32 retVal = HvCall1(HvCallBaseGetLogBufferCodePage, lpindex);
150 return retVal;
151}
152
153static inline int HvCall_getLogBufferFormat(HvLpIndex lpindex)
154{
155 int retVal = HvCall1(HvCallBaseGetLogBufferFormat, lpindex);
156 return retVal;
157}
158
159static inline u32 HvCall_getLogBufferLength(HvLpIndex lpindex)
160{
161 u32 retVal = HvCall1(HvCallBaseGetLogBufferLength, lpindex);
162 return retVal;
163}
164
165static inline void HvCall_setLogBufferFormatAndCodepage(int format, u32 codePage)
166{ 102{
167 HvCall2(HvCallBaseSetLogBufferFormatAndCodePage, format, codePage); 103 HvCall2(HvCallBaseSetLogBufferFormatAndCodePage, format, codePage);
168} 104}
169 105
170extern int HvCall_readLogBuffer(HvLpIndex lpindex, void *buffer, u64 bufLen);
171extern void HvCall_writeLogBuffer(const void *buffer, u64 bufLen); 106extern void HvCall_writeLogBuffer(const void *buffer, u64 bufLen);
172 107
173static inline void HvCall_sendIPI(struct paca_struct *targetPaca) 108static inline void HvCall_sendIPI(struct paca_struct *targetPaca)
@@ -175,19 +110,4 @@ static inline void HvCall_sendIPI(struct paca_struct *targetPaca)
175 HvCall1(HvCallBaseSendIPI, targetPaca->paca_index); 110 HvCall1(HvCallBaseSendIPI, targetPaca->paca_index);
176} 111}
177 112
178static inline void HvCall_terminateMachineSrc(void)
179{
180 HvCall0(HvCallBaseTerminateMachineSrc);
181}
182
183static inline void HvCall_setDABR(unsigned long val)
184{
185 HvCall1(HvCallCcSetDABR, val);
186}
187
188static inline void HvCall_setDebugBus(unsigned long val)
189{
190 HvCall1(HvCallBaseSetDebugBus, val);
191}
192
193#endif /* _HVCALL_H */ 113#endif /* _HVCALL_H */