dect
/
linux-2.6
Archived
13
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 [ACPI] ACPICA 20051102 2005-12-10 00:26:05 -05:00
utalloc.c ACPICA: Optimize buffer allocation procedure 2008-10-22 23:14:48 -04:00
utcache.c ACPICA: update Intel copyright 2008-04-23 23:00:13 -04:00
utcopy.c ACPICA: Cleanup for internal Reference Object 2008-10-22 23:14:45 -04:00
utdebug.c ACPICA: Add const qualifier for appropriate string constants 2008-07-16 23:27:04 +02:00
utdelete.c ACPICA: Fix possible memory leak, error exit path 2008-10-22 23:14:47 -04:00
uteval.c ACPICA: Eliminate acpi_native_uint type v2 2008-07-16 23:27:03 +02:00
utglobal.c ACPI: fix 2.6.28 acpi.debug_level regression 2008-12-19 04:38:32 -05:00
utinit.c ACPICA: update Intel copyright 2008-04-23 23:00:13 -04:00
utmath.c ACPICA: update Intel copyright 2008-04-23 23:00:13 -04:00
utmisc.c ACPICA: Fix possible memory leak, error exit path 2008-10-22 23:14:47 -04:00
utmutex.c ACPICA: Fix mutex debug code for wrong loop termination value 2008-07-16 23:27:04 +02:00
utobject.c ACPICA: Cleanup for internal Reference Object 2008-10-22 23:14:45 -04:00
utresrc.c ACPICA: update Intel copyright 2008-04-23 23:00:13 -04:00
utstate.c ACPICA: update Intel copyright 2008-04-23 23:00:13 -04:00
utxface.c ACPICA: Return status from global init function 2008-10-22 23:14:36 -04:00