From 05e59e5fb0064c97a1c10921ecd549f2d4a58565 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Wed, 09 Oct 2024 06:14:40 +0000 Subject: [PATCH] add REDIRECT --- kernel/drivers/gpu/arm/midgard/mali_kbase_mem_linux.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel/drivers/gpu/arm/midgard/mali_kbase_mem_linux.h b/kernel/drivers/gpu/arm/midgard/mali_kbase_mem_linux.h index a41d646..33b3554 100644 --- a/kernel/drivers/gpu/arm/midgard/mali_kbase_mem_linux.h +++ b/kernel/drivers/gpu/arm/midgard/mali_kbase_mem_linux.h @@ -98,7 +98,7 @@ * Take the provided region and make all the physical pages within it * reclaimable by the kernel, updating the per-process VM stats as well. * Remove any CPU mappings (as these can't be removed in the shrinker callback - * as mmap_sem might already be taken) but leave the GPU mapping intact as + * as mmap_lock might already be taken) but leave the GPU mapping intact as * and until the shrinker reclaims the allocation. * * Note: Must be called with the region lock of the containing context. -- Gitblit v1.6.2