| To: | "Kevin D. Kissell" <kevink@mips.com> |
|---|---|
| Subject: | Re: another 4kc machine check. |
| From: | Greg Weeks <greg.weeks@timesys.com> |
| Date: | Tue, 12 Apr 2005 10:52:38 -0400 |
| Cc: | Ralf Baechle <ralf@linux-mips.org>, linux-mips@linux-mips.org |
| In-reply-to: | <004a01c53ed4$dab12b00$10eca8c0@grendel> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <42553E49.7080004@timesys.com> <4256991C.4020601@timesys.com> <20050408161357.GB19166@linux-mips.org> <4256B524.2080509@timesys.com> <425AD440.5050600@timesys.com> <004a01c53ed4$dab12b00$10eca8c0@grendel> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mozilla Thunderbird 1.0 (X11/20041206) |
Kevin D. Kissell wrote: Is this a reasonable thing to do though. I always hate making changes that work, but that I don't understand why.If the 4KC and 4KEC need it, so does the 4KSC (and 4KSD). Greg Weeks ----- Original Message ----- From: "Greg Weeks" <greg.weeks@timesys.com>To: "Ralf Baechle" <ralf@linux-mips.org> Cc: <linux-mips@linux-mips.org> Sent: Monday, April 11, 2005 21:47 Subject: Re: another 4kc machine check.This patch appears to fix my machine check problem on the 4kc. The 4kc shouldn't need an ssnop here, but this appears to fix it.Greg Weeks----------------------------------------------------------------------------------- mips-malta4kcle-basic/arch/mips/mm/tlbex.c-orig +++ mips-malta4kcle-basic/arch/mips/mm/tlbex.c @@ -847,7 +847,6 @@ case CPU_R10000: case CPU_R12000: - case CPU_4KC: case CPU_SB1: case CPU_4KSC: case CPU_20KC: @@ -874,6 +873,7 @@ tlbw(p); break; + case CPU_4KC: case CPU_4KEC: case CPU_24K: i_ehb(p); |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | BogoMIPS, Greg Weeks |
|---|---|
| Next by Date: | [PATCH 2.6] vr41xx: add resource management to cmu.c, Yoichi Yuasa |
| Previous by Thread: | Re: another 4kc machine check., Kevin D. Kissell |
| Next by Thread: | Re: another 4kc machine check., Maciej W. Rozycki |
| Indexes: | [Date] [Thread] [Top] [All Lists] |