summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/mm_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/mm_gk20a.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
index fe10b046..75209063 100644
--- a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
@@ -417,7 +417,7 @@ struct mm_gk20a {
417 struct gk20a_allocator bootstrap_allocator; 417 struct gk20a_allocator bootstrap_allocator;
418 418
419 u32 ce_ctx_id; 419 u32 ce_ctx_id;
420 bool cleared; 420 volatile bool cleared;
421 struct mutex first_clear_mutex; 421 struct mutex first_clear_mutex;
422 422
423 struct list_head clear_list_head; 423 struct list_head clear_list_head;