- Update Xen patches to 3.3-rc5 and c/s 1157.
[linux-flexiantxendom0-3.2.10.git] / drivers / edac / edac_mc.c
index ca6c04d..e614f0a 100644 (file)
@@ -610,6 +610,10 @@ static void edac_mc_scrub_block(unsigned long page, unsigned long offset,
 
        debugf3("%s()\n", __func__);
 
+#ifdef CONFIG_XEN
+       page = mfn_to_local_pfn(page);
+#endif
+
        /* ECC error page was not in our memory. Ignore it. */
        if (!pfn_valid(page))
                return;