hc
2024-05-16 8d2a02b24d66aa359e83eebc1ed3c0f85367a1cb
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.