diff options
Diffstat (limited to 'drivers/misc/sgi-gru/gru_instructions.h')
-rw-r--r-- | drivers/misc/sgi-gru/gru_instructions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/sgi-gru/gru_instructions.h b/drivers/misc/sgi-gru/gru_instructions.h index e033b6ce4a3f..32f358d9f429 100644 --- a/drivers/misc/sgi-gru/gru_instructions.h +++ b/drivers/misc/sgi-gru/gru_instructions.h | |||
@@ -325,6 +325,7 @@ static inline void gru_flush_cache(void *p) | |||
325 | static inline void gru_start_instruction(struct gru_instruction *ins, int op32) | 325 | static inline void gru_start_instruction(struct gru_instruction *ins, int op32) |
326 | { | 326 | { |
327 | gru_ordered_store_int(ins, op32); | 327 | gru_ordered_store_int(ins, op32); |
328 | mb(); | ||
328 | gru_flush_cache(ins); | 329 | gru_flush_cache(ins); |
329 | } | 330 | } |
330 | 331 | ||