- patches.arch/x86_mce_intel_decode_physical_address.patch:
[linux-flexiantxendom0-3.2.10.git] / drivers / edac / edac_mc.c
index 7ea599f..3630308 100644 (file)
@@ -602,10 +602,6 @@ 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;