From: Ralf Baechle Date: Thu, 7 Jun 2007 07:44:32 +0000 (+0100) Subject: [MIPS] AP/SP: Avoid triggering the 34K E125 performance issue X-Git-Tag: v3.12-rc1~28883^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6fb88ce04f545ca7da15a7b447783bb7a4615511;p=kernel%2Fkernel-generic.git [MIPS] AP/SP: Avoid triggering the 34K E125 performance issue C0_status doesn't need to be initialized at this point anyway; the register will be initialized later. Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/kernel/vpe.c b/arch/mips/kernel/vpe.c index c9ee9d2..9e66354 100644 --- a/arch/mips/kernel/vpe.c +++ b/arch/mips/kernel/vpe.c @@ -1436,10 +1436,6 @@ static int __init vpe_module_init(void) write_vpe_c0_vpecontrol(read_vpe_c0_vpecontrol() & ~VPECONTROL_TE); if (i != 0) { - write_vpe_c0_status((read_c0_status() & - ~(ST0_IM | ST0_IE | ST0_KSU)) - | ST0_CU0); - /* * Set config to be the same as vpe0, * particularly kseg0 coherency alg