aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/asm-powerpc/spu.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-powerpc/spu.h b/include/asm-powerpc/spu.h
index 5f894b61e2d4..5957fcdda04c 100644
--- a/include/asm-powerpc/spu.h
+++ b/include/asm-powerpc/spu.h
@@ -156,6 +156,12 @@ struct spu {
156 u64 shadow_int_mask_RW[3]; 156 u64 shadow_int_mask_RW[3];
157 157
158 struct sys_device sysdev; 158 struct sys_device sysdev;
159
160 struct {
161 /* protected by interrupt reentrancy */
162 unsigned long long slb_flt;
163 unsigned long long class2_intr;
164 } stats;
159}; 165};
160 166
161struct spu *spu_alloc(void); 167struct spu *spu_alloc(void);