]> www.infradead.org Git - users/jedix/linux-maple.git/commit
um: Remove the redundant newpage check in update_pte_range
authorTiwei Bie <tiwei.btw@antgroup.com>
Mon, 26 Aug 2024 10:08:10 +0000 (18:08 +0800)
committerRichard Weinberger <richard@nod.at>
Thu, 12 Sep 2024 18:34:39 +0000 (20:34 +0200)
commit669afa4e8715c5730fb353166f9aaaa14d4fed64
tree20f1e056c0a7fd2d3e074e78ae71db0faf161403
parent2fcd16fbab9f448c7174bf4c3eeda53ef84e28ee
um: Remove the redundant newpage check in update_pte_range

The two checks have been identical since commit ef714f15027c ("um:
remove force_flush_all from fork_handler"). And the inner one isn't
necessary anymore.

Signed-off-by: Tiwei Bie <tiwei.btw@antgroup.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
arch/um/kernel/tlb.c