x86: fix more non-global TLB flushes

fix more __flush_tlb() instances, out of caution.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
Ingo Molnar 2008-01-30 13:33:54 +01:00
parent 1a2b441231
commit cd58289667
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ static void __init zap_identity_mappings(void)
{
pgd_t *pgd = pgd_offset_k(0UL);
pgd_clear(pgd);
__flush_tlb();
__flush_tlb_all();
}
/* Don't add a printk in there. printk relies on the PDA which is not initialized