hc
2023-12-06 08f87f769b595151be1afeff53e144f543faa614
kernel/drivers/gpu/arm/midgard/mali_kbase_mem_linux.h
....@@ -98,7 +98,7 @@
9898 * Take the provided region and make all the physical pages within it
9999 * reclaimable by the kernel, updating the per-process VM stats as well.
100100 * Remove any CPU mappings (as these can't be removed in the shrinker callback
101
- * as mmap_sem might already be taken) but leave the GPU mapping intact as
101
+ * as mmap_lock might already be taken) but leave the GPU mapping intact as
102102 * and until the shrinker reclaims the allocation.
103103 *
104104 * Note: Must be called with the region lock of the containing context.