Skip to content

Commit

Permalink
x86: fix more non-global TLB flushes
Browse files Browse the repository at this point in the history
fix more __flush_tlb() instances, out of caution.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
  • Loading branch information
Ingo Molnar committed Jan 30, 2008
1 parent 1a2b441 commit cd58289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/kernel/head64.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cd58289

Please sign in to comment.