diff options
author | Jack Steiner <steiner@sgi.com> | 2009-06-17 19:28:27 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-06-18 16:04:02 -0400 |
commit | 270952a907220c0331fdaecbb55df892921c5e2d (patch) | |
tree | 374bc1a642108f2c878a86903a70d8af8cd7a04a /drivers/misc/sgi-gru/gruhandles.h | |
parent | eb5bd5e52a8eafb1ddb42f983d41f97552afa106 (diff) |
gru: update to rev 0.9 of gru spec
Update GRU driver to the latest version of the GRU spec. This consists
of minor updates:
- changes & additions to error status bits
- new restriction on handling of TLB misses while in FMM mode
- new field (not used by software) in TFH
Signed-off-by: Jack Steiner <steiner@sgi.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
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 */ |