[PATCH] Trival patch - flush TLB when pagetable changed

From: Li Shaohua
Date: Wed Nov 17 2004 - 01:18:51 EST


Hi,
Possibly it doesn't change anything here (it's low mem), but it's better to fix it.

Thanks,
Shaohua

===== arch/i386/kernel/acpi/sleep.c 1.6 vs edited =====
--- 1.6/arch/i386/kernel/acpi/sleep.c 2004-10-19 13:26:45 +08:00
+++ edited/arch/i386/kernel/acpi/sleep.c 2004-10-20 13:39:58 +08:00
@@ -27,6 +27,7 @@ static void init_low_mapping(pgd_t *pgd,
set_pgd(pgd, *(pgd+USER_PTRS_PER_PGD));
pgd_ofs++, pgd++;
}
+ flush_tlb_all();
}

/**


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/