[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <200611150216.37471.len.brown@intel.com>
Date: Wed, 15 Nov 2006 02:16:37 -0500
From: Len Brown <len.brown@...el.com>
To: "J.A. Magallón" <jamagallon@....com>
Cc: "Linux-Kernel, " <linux-kernel@...r.kernel.org>
Subject: Re: SMP and ACPI
On Tuesday 14 November 2006 16:58, J.A. Magallón wrote:
>... is it still needed to select ACPI manually to
> get SMP working, or does SMP select the minimal part of ACPI that is needed ?
if speaking of recent 2.6...
CONFIG_SMP and CONFIG_ACPI are independent.
So if you select CONFIG_SMP and don't select CONFIG_ACPI,
then your PC will need to support MPS if Linux is going to bring up the processors...
There no longer exists a build-time concept of "minimal part of ACPI that is needed" --
you either include CONFIG_ACPI or you exclude it. However, at boot-time, "acpi=ht"
is still present -- primarily for some old systems with HT that didn't run ACPI well.
No idea if this this is still needed in practice but occasionally acpi=ht comes in handy
to debug table related issues.
-Len
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists