Re: [patch 0/2] highmem/ARM: kmap_atomic cleanups
From: Arnd Bergmann
Date: Tue Mar 09 2021 - 10:02:50 EST
On Wed, Mar 3, 2021 at 12:45 PM Thomas Gleixner <tglx@xxxxxxxxxxxxx> wrote:
>
> The last users of kmap_atomic_pfn() are in arch/arm and none of them
> requires the kmap_atomic semantics. Replace them with kmap_local_pfn() and
> remove kmap_atomic_pfn().
Looks good to me, both patches
Reviewed-by: Arnd Bergmann <arnd@xxxxxxxx>