Signed-off-by: Jan Beulich <jbeulich@suse.com>
switch(mec->op)
{
- case XEN_DOMCTL_MEM_EVENT_OP_SHARING_CONTROL:
+ case XEN_DOMCTL_MEM_SHARING_CONTROL:
{
if (mec->u.enable) {
ret = -EINVAL; /* not implemented */
#include <xen/domain_page.h>
#include <xen/cpu.h>
#include <xen/init.h>
-#include <asm/p2m.h>
#define EXPORT /* indicates code other modules are dependent upon */
ASSERT(0);
}
#else
+#include <asm/p2m.h>
+
static inline void *cli_get_page(tmem_cli_mfn_t cmfn, unsigned long *pcli_mfn,
pfp_t **pcli_pfp, bool_t cli_write)
{