diff options
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); |