Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=6fb88ce04f545ca7da15a7b447783bb7a4615511
Commit:     6fb88ce04f545ca7da15a7b447783bb7a4615511
Parent:     5a1970959053143f6674f6d98c259452763a2f22
Author:     Ralf Baechle <[EMAIL PROTECTED]>
AuthorDate: Thu Jun 7 08:44:32 2007 +0100
Committer:  Ralf Baechle <[EMAIL PROTECTED]>
CommitDate: Fri Jul 6 16:17:10 2007 +0100

    [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 <[EMAIL PROTECTED]>
---
 arch/mips/kernel/vpe.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

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
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to