patch-2.4.25 linux-2.4.25/include/asm-ppc64/iSeries/ItLpPaca.h

Next file: linux-2.4.25/include/asm-ppc64/iSeries/vio.h
Previous file: linux-2.4.25/include/asm-ppc64/iSeries/HvCall.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.24/include/asm-ppc64/iSeries/ItLpPaca.h linux-2.4.25/include/asm-ppc64/iSeries/ItLpPaca.h
@@ -110,7 +110,10 @@
 	u64     xPDCSavedSPRG1;         // Saved SPRG1 for PMC int      x68-x6F
 	u64     xPDCSavedSRR0;          // Saved SRR0 for PMC int       x70-x77
 	volatile u32 xVirtualDecr;	// Virtual DECR for shared procsx78-x7B
-	u32	    xRsvd2_2;		// Reserved			x7C-x7F
+	u16     xSLBCount;              // # of SLBs to maintain        x7C-x7D
+	u8      xIdle;                  // Indicate OS is idle          x7E
+	u8      xRsvd2_2;               // Reserved                     x7F
+
 
 //=============================================================================
 // CACHE_LINE_3 0x0100 - 0x007F: This line is shared with other processors

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)