All of lore.kernel.org
 help / color / mirror / Atom feed
From: lk@mailandnews.com
To: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: linux-kernel@vger.kernel.org
Subject: Re: CUV4X-D lockup on boot
Date: 02 Jun 2001 20:02:37 +0100	[thread overview]
Message-ID: <m3vgmepuwi.fsf@fork.man2.dom> (raw)
In-Reply-To: <E156E44-0001sS-00@the-village.bc.nu>
In-Reply-To: Alan Cox's message of "Sat, 2 Jun 2001 17:15:48 +0100 (BST)"

Alan Cox <alan@lxorguk.ukuu.org.uk> writes:

> > I have an ASUS CUV4X-D Dual Processor Mainboard based on a VIA
> > 694XDP chipset. I notice from the archives that someone else
> > has also reported a lockup with the m/b when using two cpus
> > and have some info that may be useful to track it down.
> > 
> > Using kernel 2.4.5 the kernel locks up sporadically at boot
> > time. When I enable the NMI watchdog it occasionally gets
> > enabled prior to the lockup and perhaps can be useful for
> > debugging the problem. Here's what happens:
> 
> At minimum you need the 1007 bios and to run noapic. As yet we don't know why
> or what the newer BIOS has done to make it boot at all

I had already replaced 1004 with 1007 and it didn't make any
difference. I'd rather solve the problem than work around it,
as it does boot, it just might take a couple of resets to do
so.

I've done a bit more printk tracing and now it consistently
hangs following this path in arch/i386/kernel/io_apic.c

 1454           printk(KERN_INFO "..TIMER: vector=%d pin1=%d pin2=%d\n", vector, pin1, pin2);   
 1462                   unmask_IO_APIC_irq(0);
 1463   printk("io %d\n", __LINE__);
 1464                   if (timer_irq_works()) {
->
 1076   static int __init timer_irq_works(void)
 1077   {
 1078           unsigned int t1 = jiffies;
 1079
 1080   printk("io %d\n", __LINE__);
 1081           sti();
 1082   printk("io %d\n", __LINE__);
 1083           /* Let ten ticks pass... */
 1084   printk("io %d\n", __LINE__);
 1085           mdelay((10 * 1000) / HZ);
Following line isn't executed:
 1086   printk("io %d\n", __LINE__);

Further details to follow...

Paul

  reply	other threads:[~2001-06-02 19:02 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-06-02  9:21 CUV4X-D lockup on boot lk
2001-06-02 12:41 ` lk
2001-06-02 16:15 ` Alan Cox
2001-06-02 19:02   ` lk [this message]
2001-06-02 19:17   ` John Cavan
2001-06-02 20:25     ` lk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3vgmepuwi.fsf@fork.man2.dom \
    --to=lk@mailandnews.com \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.