diff options
author | Jack Steiner <steiner@sgi.com> | 2009-04-02 19:59:12 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-04-02 22:05:07 -0400 |
commit | 7b8274e93fbabc7534aa51f95551c30aecdd0066 (patch) | |
tree | f1cfc0e87b07a4094ee06d2dc73673635b4b1775 /drivers/misc/sgi-gru/gruhandles.h | |
parent | 27ca8a7b2bdfb3e22e67fbd5df58e6b6f0bbcd48 (diff) |
sgi-gru: support multiple pagesizes in GRU
Add multiple pagesize support to the GRU driver.
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/sgi-gru/gruhandles.h b/drivers/misc/sgi-gru/gruhandles.h index dfce8ea5da24..1ed74d7508c8 100644 --- a/drivers/misc/sgi-gru/gruhandles.h +++ b/drivers/misc/sgi-gru/gruhandles.h | |||
@@ -496,7 +496,7 @@ enum gru_cbr_state { | |||
496 | #define GRUMAXINVAL 1024UL | 496 | #define GRUMAXINVAL 1024UL |
497 | 497 | ||
498 | int cch_allocate(struct gru_context_configuration_handle *cch, | 498 | int cch_allocate(struct gru_context_configuration_handle *cch, |
499 | int asidval, unsigned long cbrmap, unsigned long dsrmap); | 499 | int asidval, int sizeavail, unsigned long cbrmap, unsigned long dsrmap); |
500 | 500 | ||
501 | int cch_start(struct gru_context_configuration_handle *cch); | 501 | int cch_start(struct gru_context_configuration_handle *cch); |
502 | int cch_interrupt(struct gru_context_configuration_handle *cch); | 502 | int cch_interrupt(struct gru_context_configuration_handle *cch); |