2002-11-08 02:14:05

by Andy Grover

[permalink] [raw]
Subject: [PATCH] Make ACPI unselectable in 2.4.20-rc1

Hi Marcelo,

My plan is to start feeding you bits of ACPI changes after 2.4.20 is
released. However, for 2.4.20, I'd like to make sure the really old code
in 2.4.20 doesn't bite any casual kernel builders.

Please apply,

Thanks -- Andy

===== arch/i386/config.in 1.35 vs edited =====
--- 1.35/arch/i386/config.in Mon Aug 19 06:23:29 2002
+++ edited/arch/i386/config.in Thu Nov 7 18:08:09 2002
@@ -298,11 +298,12 @@
bool 'Power Management support' CONFIG_PM

if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
- dep_bool ' ACPI support' CONFIG_ACPI $CONFIG_PM
-
- if [ "$CONFIG_ACPI" != "n" ]; then
- source drivers/acpi/Config.in
- fi
+ comment ' ACPI support disabled temporarily'
+# dep_bool ' ACPI support' CONFIG_ACPI $CONFIG_PM
+#
+# if [ "$CONFIG_ACPI" != "n" ]; then
+# source drivers/acpi/Config.in
+# fi
fi

dep_tristate ' Advanced Power Management BIOS support' CONFIG_APM $CONFIG_PM


2002-11-08 09:17:37

by Pavel Machek

[permalink] [raw]
Subject: Re: [PATCH] Make ACPI unselectable in 2.4.20-rc1

Hi!

> My plan is to start feeding you bits of ACPI changes after 2.4.20 is
> released. However, for 2.4.20, I'd like to make sure the really old code
> in 2.4.20 doesn't bite any casual kernel builders.

There are no changes from 2.4.19, so I guess right thing is to leave
it there. People would loose their configs this way, etc.
Pavel
--
Casualities in World Trade Center: ~3k dead inside the building,
cryptography in U.S.A. and free speech in Czech Republic.

2002-11-08 10:34:22

by Marcelo Tosatti

[permalink] [raw]
Subject: Re: [PATCH] Make ACPI unselectable in 2.4.20-rc1



On Thu, 7 Nov 2002, Andy Grover wrote:

> Hi Marcelo,
>
> My plan is to start feeding you bits of ACPI changes after 2.4.20 is
> released. However, for 2.4.20, I'd like to make sure the really old code
> in 2.4.20 doesn't bite any casual kernel builders.

Could you please expand "bite" ?

I see no reason for disabling ACPI in 2.4.19.

2002-11-08 11:05:28

by Andy Grover

[permalink] [raw]
Subject: Re: [PATCH] Make ACPI unselectable in 2.4.20-rc1

Pavel Machek wrote:
>>My plan is to start feeding you bits of ACPI changes after 2.4.20 is
>>released. However, for 2.4.20, I'd like to make sure the really old code
>>in 2.4.20 doesn't bite any casual kernel builders.

> There are no changes from 2.4.19, so I guess right thing is to leave
> it there. People would loose their configs this way, etc.

Yeah you're right. Sorry, bad idea. Never mind.

-- Andy