Re: [ACPI-sppt] APIC and mobile athlon reboot hangs
Sérgio Monteiro Basto <[email protected]>
| Newsgroups | gmane.linux.acpi.support |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 2003-07-03 at 23:02, Gerald Teschl wrote: > On 3 Jul 2003, Sérgio Monteiro Basto wrote: > > > On Thu, 2003-07-03 at 15:27, Gerald Teschl wrote: > > > On 3 Jul 2003, Sérgio Monteiro Basto wrote: > > > > > > > use vanilla kernel if use redhat 7.x. > > > > > > The redhat kernel works, since apic is turned off in > > > the redhat kernels. However, I want acpi and acpi > > > seems to force me to turn apic on as well. > > > > no, acpi doesn't need APIC and doesn't turn on > > > Are you sure? If I deselct Local APIC for UP I can no longer > select the ACPI options. Once I select it again, they > will be back. Yes, you are right, I forgot, acpi-20030619 has this feature, but I think is already been remove, the patch in attachment resolve this problem > > Gerald > Sérgiomb
hackacpi
(text/plain, 555 B)
--- linux-2.4.21-normal/drivers/acpi/Config.in 2003-06-22 15:36:07.000000000 +0100
+++ linux-2.4.21-hacked/drivers/acpi/Config.in 2003-06-22 15:36:35.000000000 +0100
@@ -8,9 +8,9 @@
comment 'ACPI Support'
bool 'ACPI Support' CONFIG_ACPI
if [ "$CONFIG_ACPI" = "y" ]; then
- if [ "$CONFIG_X86_LOCAL_APIC" = "y" ]; then
+ #if [ "$CONFIG_X86_LOCAL_APIC" = "y" ]; then
bool 'CPU Enumeration Only' CONFIG_ACPI_HT_ONLY
- fi
+ #fi
if [ "$CONFIG_ACPI_HT_ONLY" = "n" ]; then
define_bool CONFIG_ACPI_BOOT y