* Re[4]: Problem with TLB mcheck!
[not found] <Pine.LNX.4.64N.0606021324420.23118@blysk.ds.pg.gda.pl>
@ 2006-06-02 12:58 ` art
0 siblings, 0 replies; only message in thread
From: art @ 2006-06-02 12:58 UTC (permalink / raw)
To: Maciej W. Rozycki; +Cc: linux-mips
Hello Maciej,
Friday, June 02, 2006, 7:27:18 PM, you wrote:
MWR> Hello Art,
>> I was inattentive - you told about not my patch! Now I'am no use this!
>> So DON'T tell me more about this :), sorry for my mistake.
>>
>> And about latest kernel version:
>> 1. I think this problem is in memory management subsystem (am I
>> right?)
>> 2. If 1 is right - then now I have latest memory management sybsystem,
>> because I apply all TLB-related patches (only one Ralfs really).
MWR> Wait, wait! Please start from the beginning: if you try the kernel as of
MWR> the top of the tree at www.linux-mips.org, then can you still trigger the
MWR> machine check or does the kernel work fine? If the former, then please
MWR> send the dump of state produced.
MWR> Maciej
Yes machine check was still occuring with latest kernel (2.6.16 with
patched mm subsystem - how I sed - I've searched gitweb to find all
changes from 20 March (when 2.6.16 was released)).
Then I start watching tlbex.c, because patch which was recomended (but
irrelevant as you say - and you were wright!) make mcheck occuring not
so often. So I make second changes :
--- /home/artpol/router/buildroot/kernels/linux-2.6.16-old/arch/mips/mm/tlbex.c 2006-03-20 11:35:39.000000000 +0000
+++ tlbex.c 2006-05-31 16:57:58.000000000 +0000
@@ -838,6 +838,7 @@
break;
case CPU_R4300:
+ case CPU_4KC:
case CPU_5KC:
case CPU_TX49XX:
case CPU_AU1000:
@@ -852,13 +853,12 @@
case CPU_R10000:
case CPU_R12000:
- case CPU_4KC:
case CPU_SB1:
case CPU_SB1A:
case CPU_4KSC:
case CPU_20KC:
case CPU_25KF:
- tlbw(p);
+ tlbw(p);
break;
case CPU_NEVADA:
@@ -1260,7 +1260,7 @@
}
Till that I have no machine check at all!
--
Best regards,
art mailto:art@sigrand.ru
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-06-02 12:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <Pine.LNX.4.64N.0606021324420.23118@blysk.ds.pg.gda.pl>
2006-06-02 12:58 ` Re[4]: Problem with TLB mcheck! art
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.