summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a_allocator.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a_allocator.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a_allocator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a_allocator.h b/drivers/gpu/nvgpu/gk20a/gk20a_allocator.h
index 06819700..a25f9850 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a_allocator.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a_allocator.h
@@ -74,7 +74,7 @@ struct gk20a_allocator {
74/* 74/*
75 * Allocator flags. 75 * Allocator flags.
76 */ 76 */
77#define GPU_BALLOC_GVA_SPACE 0x1 77#define GPU_ALLOC_GVA_SPACE 0x1
78 78
79static inline void alloc_lock(struct gk20a_allocator *a) 79static inline void alloc_lock(struct gk20a_allocator *a)
80{ 80{