]> www.infradead.org Git - users/dwmw2/linux.git/commit
um: Rename _PAGE_NEWPAGE to _PAGE_NEEDSYNC
authorTiwei Bie <tiwei.btw@antgroup.com>
Fri, 11 Oct 2024 10:23:54 +0000 (18:23 +0800)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 23 Oct 2024 07:52:49 +0000 (09:52 +0200)
commit9b0881858c74ae6a1a66de7350d123cf3f83169f
tree2c9abaec588ece8c7ba319dbfa205d2b1044698d
parent2717c6b649e1840328c2758a478bf4034a22ac3e
um: Rename _PAGE_NEWPAGE to _PAGE_NEEDSYNC

The _PAGE_NEWPAGE bit does not really indicate that this is a new page,
but rather whether this entry needs to be synced or not. Renaming it
to _PAGE_NEEDSYNC will make it more clear how everything ties together.

Suggested-by: Benjamin Berg <benjamin.berg@intel.com>
Signed-off-by: Tiwei Bie <tiwei.btw@antgroup.com>
Link: https://patch.msgid.link/20241011102354.1682626-3-tiwei.btw@antgroup.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
arch/um/include/asm/page.h
arch/um/include/asm/pgtable-2level.h
arch/um/include/asm/pgtable-4level.h
arch/um/include/asm/pgtable.h
arch/um/kernel/tlb.c