Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
/**************************************************************************/
+#if CONFIG_PAGING_LEVELS >= 4
/* Reset the up-pointers of every L3 shadow to 0.
* This is called when l3 shadows stop being pinnable, to clear out all
* the list-head bits so the up-pointer field is properly inititalised. */
mfn_to_page(smfn)->up = 0;
return 0;
}
+#endif
void sh_reset_l3_up_pointers(struct vcpu *v)
{