diff options
Diffstat (limited to 'drivers/misc/sgi-gru/gruhandles.h')
-rw-r--r-- | drivers/misc/sgi-gru/gruhandles.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/misc/sgi-gru/gruhandles.h b/drivers/misc/sgi-gru/gruhandles.h index 9f41e2cc09d5..99ec82678f5c 100644 --- a/drivers/misc/sgi-gru/gruhandles.h +++ b/drivers/misc/sgi-gru/gruhandles.h | |||
@@ -255,7 +255,8 @@ struct gru_tlb_fault_handle { | |||
255 | unsigned int state:3; | 255 | unsigned int state:3; |
256 | unsigned int fill3:1; | 256 | unsigned int fill3:1; |
257 | 257 | ||
258 | unsigned int cause:7; | 258 | unsigned int cause:6; |
259 | unsigned int cb_int:1; | ||
259 | unsigned int fill4:1; | 260 | unsigned int fill4:1; |
260 | 261 | ||
261 | unsigned int indexway:12; /* DW 0 - high 32 */ | 262 | unsigned int indexway:12; /* DW 0 - high 32 */ |