]> xenbits.xensource.com Git - people/andrewcoop/xen.git/commit
x86/mm: move mmio_ro_emulated_write() to PV only file
authorRoger Pau Monne <roger.pau@citrix.com>
Thu, 10 Apr 2025 09:48:03 +0000 (11:48 +0200)
committerRoger Pau Monne <roger.pau@citrix.com>
Tue, 29 Apr 2025 12:49:54 +0000 (14:49 +0200)
commitff3e5dfa7c2d09825dfd8545d49920830fa71243
tree7a536cc1326119099a42a4fa64416003efcdda2d
parent06fd6818eae5878397e36d542251e1ad17805262
x86/mm: move mmio_ro_emulated_write() to PV only file

mmio_ro_emulated_write() is only used in pv/ro-page-fault.c, move the
function to that file and make it static.

No functional change intended.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/include/asm/mm.h
xen/arch/x86/mm.c
xen/arch/x86/pv/ro-page-fault.c