ChangeSet 1.1938.505.17, 2005/03/02 13:57:35-05:00, [EMAIL PROTECTED]

        [ACPI] flush TLB in init_low_mappings()
        
        From: Li Shaohua <[EMAIL PROTECTED]>
        Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
        Signed-off-by: Len Brown <[EMAIL PROTECTED]>



 sleep.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)


diff -Nru a/arch/i386/kernel/acpi/sleep.c b/arch/i386/kernel/acpi/sleep.c
--- a/arch/i386/kernel/acpi/sleep.c     2005-04-01 08:10:38 -08:00
+++ b/arch/i386/kernel/acpi/sleep.c     2005-04-01 08:10:38 -08:00
@@ -8,7 +8,7 @@
 #include <linux/acpi.h>
 #include <linux/bootmem.h>
 #include <asm/smp.h>
-
+#include <asm/tlbflush.h>
 
 /* address in low memory of the wakeup routine. */
 unsigned long acpi_wakeup_address = 0;
@@ -27,6 +27,7 @@
                set_pgd(pgd, *(pgd+USER_PTRS_PER_PGD));
                pgd_ofs++, pgd++;
        }
+       flush_tlb_all();
 }
 
 /**
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to