From c0857f5d0e747dbbf53d8f27bcf7d977aac33760 Mon Sep 17 00:00:00 2001 From: Vineet Gupta Date: Thu, 29 Aug 2013 17:42:02 +0530 Subject: ARC: No need to flush the TLB in early boot Signed-off-by: Vineet Gupta --- arch/arc/mm/tlb.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/arch/arc/mm/tlb.c b/arch/arc/mm/tlb.c index f58d5f62bccc..7646a96f3155 100644 --- a/arch/arc/mm/tlb.c +++ b/arch/arc/mm/tlb.c @@ -577,13 +577,6 @@ void arc_mmu_init(void) if (mmu->pg_sz != PAGE_SIZE) panic("MMU pg size != PAGE_SIZE (%luk)\n", TO_KB(PAGE_SIZE)); - /* - * ASID mgmt data structures are compile time init - * asid_cache = FIRST_ASID and asid_mm_map[] all zeroes - */ - - local_flush_tlb_all(); - /* Enable the MMU */ write_aux_reg(ARC_REG_PID, MMU_ENABLE); -- cgit v1.2.3-59-g8ed1b