From 08f87f769b595151be1afeff53e144f543faa614 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Wed, 06 Dec 2023 09:51:13 +0000 Subject: [PATCH] add dts config --- 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