ACPICA: Enable auto-serialization as a default kernel behavior.
authorLv Zheng <lv.zheng@intel.com>
Mon, 24 Mar 2014 06:49:22 +0000 (14:49 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 26 Mar 2014 15:26:00 +0000 (16:26 +0100)
commit08e1d7c0290aaef6bc6d68be8df753ffec02a6ae
treeb010d6b9ce270fa2c4e210534580378b5f1c11a7
parentd18255795bf98b3f25dbc5334b8a615943c3dcca
ACPICA: Enable auto-serialization as a default kernel behavior.

The previous commit "ACPICA: Add auto-serialization support for ill-behaved
control methods" introduced the auto-serialization facility as a workaround
that can be enabled by "acpi_auto_serialize":

This feature marks control methods that create named objects as "serialized"
to avoid unwanted AE_ALREADY_EXISTS control method evaluation failures.

Enable method auto-serialization as the default kernel behavior.  The new kernel
parameter is also changed from "acpi_auto_serialize" to "acpi_no_auto_serialize"
to reflect the default behavior.

References: https://bugzilla.kernel.org/show_bug.cgi?id=52191
References: http://www.spinics.net/lists/linux-acpi/msg49496.html
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Documentation/kernel-parameters.txt
drivers/acpi/acpica/acglobal.h
drivers/acpi/osl.c
This page took 0.025518 seconds and 5 git commands to generate.