I had this same error. I found the follwing message on deja.com:
http://x40.deja.com/[ST_rn=ps]/getdoc.xp?AN=568061426&CONTEXT=947207530.70320129&hitnum=0

On Sun,  2 Jan 2000 00:51:27 -0500, Derrick J Brashear wished us to know
that: 
 : It still happens with 2.2.14pre16, namely, I was able to get
 : Jan  1 13:50:00 rtr kernel: stuck on TLB IPI wait (CPU#1) 
 : while building lesstif 0.89.4 (during gcc ... -c  -fPIC -DPIC LTXpm.c
-o LTXpm.lo)
 : in my dual. I had no problems previously, under 2.2.5, but I needed
support
 : for 40gb disks.
 : 
 : Bleah. I suppose I could backport the 40gb disk support.
 : 
 : -D
  
 I've made a small modification to my 2.2.13 kernel and the machine has
been up for over 7 hours
 now (previously it'd hang after about 4 hours). 
  
 The change that kept it going sofar:
  
 [ cut here ]
 --- arch/i386/kernel/smp.c  Tue Jan  4 17:17:49 2000
 +++ arch/i386/kernel/smp.c  Tue Jan  4 17:17:43 2000
 @@ -1625,7 +1625,7 @@
                 * Spin waiting for completion
                 */
  
 -              stuck = 50000000;
 +              stuck = 200000000;
                 while (smp_invalidate_needed) {
                         /*
                         * Take care of "crossing" invalidates [ cut
here ]
  
 Basically just waiting 4 times longer seemed to do the trick.
 I'll post an update if the machine decides to go flaky again.
  
 - Peter.
 -- 
 System/Network Administrator Creative Contingencies Pty Ltd
 http://cafuego.creativecontingencies.com for PGP Public key


I applied this patch, and the system seems more stable
than ever. I was able to launch & run 16 copies of lucifer (causeing a
system load of 36+) for more than 8 hours without a crash.

I'm not a programer, and do not know what the downside is to doing this
(if any)

Arnaud Gomes-do-Vale wrote:
> 
> Hi,
> 
> Since I have added a new hard disk drive to my box tonight, I get
> these errors in the logs:
> 
> Jan  7 01:07:10 carrosse kernel: stuck on TLB IPI wait (CPU#0)
> 
> Each time (3 or 4 times in 1h now), the box locks for about 10-15
> seconds while this message occurs 15-25 times.
> 
> Hardware is dual celeron 433 on a bp6 motherboard, not overclocked.
> 
> --
> Arnaud
> --
> =-          To unsubscribe, email [EMAIL PROTECTED] with the       -=
> =-                body of "unsubscribe linux-abit".                 -=
--
=-          To unsubscribe, email [EMAIL PROTECTED] with the       -=
=-                body of "unsubscribe linux-abit".                 -=

Reply via email to