x86/shadow: Fix build with CONFIG_SHADOW_PAGING=n following c/s 45ac805
authorAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 27 Feb 2017 11:47:10 +0000 (11:47 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 27 Feb 2017 11:49:39 +0000 (11:49 +0000)
commit3564f9e400c417fc3d47b732f474019c494434f9
tree768e683067f1c30251d6470216c4ad95f8d73cdd
parent2f63fa20fa5b040c2a3ecd031ecaa1c62716ad1d
x86/shadow: Fix build with CONFIG_SHADOW_PAGING=n following c/s 45ac805

c/s 45ac805 "x86/paging: Package up the log dirty function pointers" neglected
the case when CONFIG_SHADOW_PAGING is disabled.  Make a similar adjustment to
the none stubs.

Spotted by a Travis RANDCONFIG run.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Tim Deegan <tim@xen.org>
xen/arch/x86/mm/shadow/none.c