On Wednesday, March 30, 2011 03:37:45 AM Zhang Rui wrote: > On Tue, 2011-03-29 at 20:33 +0800, Thomas Renninger wrote: > > - Revert param aml_debug_output, it's not used. > > NAK. > > void > acpi_ex_do_debug_object(union acpi_operand_object *source_desc, > u32 level, u32 index) > { > ... > if (!acpi_gbl_enable_aml_debug_object && > !(acpi_dbg_level & ACPI_LV_DEBUG_OBJECT)) { > return_VOID; > } > ... > } > > Users can set acpi_gbl_enable_aml_debug_object via module parameter > aml_bug_output, thus enable the ACPI Debug output at runtime. Ah yes, I've overseen this one. What is the advantage of: /sys/module/acpi/parameters/aml_debug_output over: /sys/module/acpi/parameters/{debug_level,debug_layer} ? The first is also available even if CONFIG_ACPI_DEBUG is not defined at all? Yep, this is rather useful. I still would move the param into: drivers/acpi/sysfs.c if I touch this now anyway, where all the other /sys tunables are flying around: grep \/sys drivers/acpi/sysfs.c * /sys/modules/acpi/parameters/debug_layer * /sys/modules/acpi/parameters/debug_level * /sys/modules/acpi/parameters/trace_method_name * /sys/modules/acpi/parameters/trace_state * /sys/modules/acpi/parameters/trace_debug_layer * /sys/modules/acpi/parameters/trace_debug_level /* /sys/module/acpi/parameters/acpica_version */ * /sys/firmware/acpi/tables/ * /sys/firmware/acpi/tables/dynamic/ * /sys/firmware/acpi/interrupts/ ...if that's fine with you. Thomas -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html