aurelien francillon wrote:

> CONFIG_ACPI_DEBUG=y

This one is also bad for you. If you unset this, it will even run fast
even without the object cache (i'm recompiling right now with object
cache _and_ unset debug to see what i can gain from this :-)
Maybe a patch like the attached one for the Kconfig help text is apropriate.

Good luck

    Stefan
--- linux/drivers/acpi/Kconfig~ 2005-02-09 17:02:27.000000000 +0100
+++ linux/drivers/acpi/Kconfig  2005-02-09 17:03:47.000000000 +0100
@@ -276,7 +276,8 @@
        help
          The ACPI driver can optionally report errors with a great deal
          of verbosity. Saying Y enables these statements. This will increase
-         your kernel size by around 50K.
+         your kernel size by around 50K. It may also severely impact the
+         performance of the system.
 
 config ACPI_BUS
        bool

Reply via email to