From 223293205a7265c8b02882461ba8996650048ade Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 11 Dec 2023 06:33:33 +0000 Subject: [PATCH] audio ok --- 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