]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit27ef83ecf5b9fa7d17b9d5375a88584ec9df353a
treeb010d6b9ce270fa2c4e210534580378b5f1c11a7
parent5b28bd68d4b41b3d0d327634dcb0b50d54b777ff
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