From e636c8d336489bf3eed5878299e6cc045bbad077 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Tue, 20 Feb 2024 01:17:29 +0000 Subject: [PATCH] debug lk --- 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