Archived
14
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/acpi/utilities
Bjorn Helgaas e76f427611 ACPI: fix 2.6.28 acpi.debug_level regression
acpi_early_init() was changed to over-write the cmdline param,
making it really inconvenient to set debug flags at boot-time.

Also,
This sets the default level to "info", which is what all the ACPI
drivers use.  So to enable messages from drivers, you only have to
supply the "layer" (a.k.a. "component").  For non-"info" ACPI core
and ACPI interpreter messages, you have to supply both level and
layer masks, as before.

Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com>
Signed-off-by: Len Brown <len.brown@intel.com>
2008-12-19 04:38:32 -05:00
..
Makefile
utalloc.c ACPICA: Optimize buffer allocation procedure 2008-10-22 23:14:48 -04:00
utcache.c
utcopy.c ACPICA: Cleanup for internal Reference Object 2008-10-22 23:14:45 -04:00
utdebug.c
utdelete.c ACPICA: Fix possible memory leak, error exit path 2008-10-22 23:14:47 -04:00
uteval.c
utglobal.c ACPI: fix 2.6.28 acpi.debug_level regression 2008-12-19 04:38:32 -05:00
utinit.c
utmath.c
utmisc.c ACPICA: Fix possible memory leak, error exit path 2008-10-22 23:14:47 -04:00
utmutex.c
utobject.c ACPICA: Cleanup for internal Reference Object 2008-10-22 23:14:45 -04:00
utresrc.c
utstate.c
utxface.c ACPICA: Return status from global init function 2008-10-22 23:14:36 -04:00