VServer 1.9.2 (patch-2.6.8.1-vs1.9.2.diff)
[linux-2.6.git] / arch / ppc64 / kernel / ItLpQueue.c
index 71ce7d6..6f21bde 100644 (file)
@@ -161,7 +161,7 @@ unsigned ItLpQueue_process( struct ItLpQueue * lpQueue, struct pt_regs *regs )
        mb();
        clear_inUse( lpQueue );
 
-       get_paca()->lpEvent_count += numIntsProcessed;
+       get_paca()->lpevent_count += numIntsProcessed;
 
        return numIntsProcessed;
 }