VServer 1.9.2 (patch-2.6.8.1-vs1.9.2.diff)
[linux-2.6.git] / include / asm-ppc64 / iSeries / HvCall.h
index d91eaa2..d9a2e74 100644 (file)
@@ -183,7 +183,7 @@ void HvCall_writeLogBuffer(const void *buffer, u64 bufLen);
 //=====================================================================
 static inline void             HvCall_sendIPI(struct paca_struct * targetPaca)
 {
-       HvCall1( HvCallBaseSendIPI, targetPaca->xPacaIndex );
+       HvCall1( HvCallBaseSendIPI, targetPaca->paca_index );
 }
 
 //=====================================================================