mbox series

[0/2] highmem/ARM: kmap_atomic cleanups

Message ID 20210303114511.927078317@linutronix.de (mailing list archive)
Headers show
Series highmem/ARM: kmap_atomic cleanups | expand

Message

Thomas Gleixner March 3, 2021, 11:45 a.m. UTC
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().

Thanks,

	tglx

Comments

Arnd Bergmann March 9, 2021, 3:01 p.m. UTC | #1
On Wed, Mar 3, 2021 at 12:45 PM Thomas Gleixner <tglx@linutronix.de> 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@arndb.de>