From: Bob Moore Date: Mon, 24 Mar 2014 06:49:13 +0000 (+0800) Subject: ACPICA: Ignore sync_level for methods that have been auto-serialized. X-Git-Tag: v3.15-rc1~122^2~3^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d18255795bf98b3f25dbc5334b8a615943c3dcca;p=pandora-kernel.git ACPICA: Ignore sync_level for methods that have been auto-serialized. Cannot use a sync_level for methods that have been serialized at load-time or runtime because this may interfere with any existing use of sync_levels within the ASL code. So, we simply ignore the sync_level for these methods, thus preserving any existing sync_level priorities. Note, the use of sync_levels is actually rather rare within BIOS ASL code. References: http://www.spinics.net/lists/linux-acpi/msg49496.html Reported-by: Valdis Kletnieks Reported-by: Sabrina Dubroka Signed-off-by: Bob Moore Signed-off-by: Lv Zheng Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed