projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
483e9bc
)
ARC: No need to flush the TLB in early boot
author
Vineet Gupta
<vgupta@synopsys.com>
Thu, 29 Aug 2013 12:12:02 +0000
(17:42 +0530)
committer
Vineet Gupta
<vgupta@synopsys.com>
Fri, 30 Aug 2013 05:18:14 +0000
(10:48 +0530)
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
arch/arc/mm/tlb.c
patch
|
blob
|
history
diff --git
a/arch/arc/mm/tlb.c
b/arch/arc/mm/tlb.c
index f58d5f62bccca2de82aace1a7a3a5ba8b687aa21..7646a96f3155c6f12a1fa10e989a81ffae26dcab 100644
(file)
--- 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);