Commit 76d46a1e authored by Christophe Leroy's avatar Christophe Leroy Committed by Michael Ellerman
Browse files

powerpc: Remove flush_instruction_cache() on 8xx

parent 6b1992bc
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -244,13 +244,6 @@ void set_context(unsigned long id, pgd_t *pgd)
	mb();
}

void flush_instruction_cache(void)
{
	isync();
	mtspr(SPRN_IC_CST, IDC_INVALL);
	isync();
}

#ifdef CONFIG_PPC_KUEP
void __init setup_kuep(bool disabled)
{