lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ