summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/nvgpu/gv11b/mm_gv11b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/mm_gv11b.c b/drivers/gpu/nvgpu/gv11b/mm_gv11b.c
index 39c79bba..b8272a92 100644
--- a/drivers/gpu/nvgpu/gv11b/mm_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/mm_gv11b.c
@@ -39,7 +39,7 @@
39 39
40#include <nvgpu/hw/gv11b/hw_gmmu_gv11b.h> 40#include <nvgpu/hw/gv11b/hw_gmmu_gv11b.h>
41 41
42#define NVGPU_L3_ALLOC_BIT BIT(36) 42#define NVGPU_L3_ALLOC_BIT BIT64(36)
43 43
44bool gv11b_mm_is_bar1_supported(struct gk20a *g) 44bool gv11b_mm_is_bar1_supported(struct gk20a *g)
45{ 45{