From: Dave Jones <davej@redhat.com>
To: Sergio Monteiro Basto <sergio@sergiomb.no-ip.org>
Cc: acpi devel <linux-acpi@vger.kernel.org>
Subject: Re: SMP broken on pre-ACPI machine.
Date: Wed, 18 Oct 2006 23:04:44 -0400 [thread overview]
Message-ID: <20061019030444.GA29453@redhat.com> (raw)
In-Reply-To: <1161215287.17601.6.camel@localhost.portugal>
On Thu, Oct 19, 2006 at 12:48:07AM +0100, Sergio Monteiro Basto wrote:
> On Wed, 2006-10-18 at 18:24 -0400, Dave Jones wrote:
> > I've been chasing a bug that got filed against the Fedora kernel
> > a while back: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=199052
> > This is a dual pentium pro from an era before we had ACPI, and
> > it seems to be falling foul of this test in smpboot.c ..
> >
> > if (!smp_found_config && !acpi_lapic) {
> > printk(KERN_NOTICE "SMP motherboard not detected.\n");
> >
> > My initial reaction is that the !acpi_lapic test should be conditional
> > on some variable that gets set if the ACPI parsing actually succeeded.
>
> acpi=off ?
This is irrelevant. There are no acpi tables, so acpi will disable itself.
> this machine should work with APM.
Also irrelevant, as power management isn't the problem here.
> BTW, so time ago, this
> machine would enter in ACPI blacklist (by the year of bios) and ACPI was
> turned off automatically.
Finally, this machine has no DMI tables, so date blacklists are also useless.
(Not that it matters anyway due to the lack of ACPI tables)
Dave
--
http://www.codemonkey.org.uk
next prev parent reply other threads:[~2006-10-19 3:04 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-10-18 22:24 SMP broken on pre-ACPI machine Dave Jones
2006-10-18 23:45 ` Sergio Monteiro Basto
2006-10-18 23:48 ` Sergio Monteiro Basto
2006-10-19 3:04 ` Dave Jones [this message]
2006-10-19 5:33 ` Len Brown
2006-10-19 19:16 ` Dave Jones
2006-10-19 20:11 ` Dave Jones
2006-10-19 22:17 ` Alan Cox
2006-10-19 23:20 ` Dave Jones
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=20061019030444.GA29453@redhat.com \
--to=davej@redhat.com \
--cc=linux-acpi@vger.kernel.org \
--cc=sergio@sergiomb.no-ip.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.