]> xenbits.xensource.com Git - xen.git/commit
x86: drop underscore-prefixed {maddr,virt} <=> page conversion macros
authorJan Beulich <jbeulich@suse.com>
Wed, 30 Apr 2025 06:46:49 +0000 (08:46 +0200)
committerJan Beulich <jbeulich@suse.com>
Wed, 30 Apr 2025 06:46:49 +0000 (08:46 +0200)
commit16d5d2292abe7569c1cf737f04ca7308b9e489c0
tree3d351da147367a13940d5d84c2aa14b9517f4d94
parentd00fc019b6eba68bd7f2186a6427e5a005ce989f
x86: drop underscore-prefixed {maddr,virt} <=> page conversion macros

Unlike the ones converting to/from frame numbers, these don't have type-
safe overrides, and they also can't gain any within our present type
system. Unsurprisingly we also don't have any uses of the underscore-
prefixed variants.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/include/asm/mm.h
xen/arch/x86/include/asm/page.h