From: Lv Zheng Date: Sat, 8 Jun 2013 01:01:07 +0000 (+0800) Subject: ACPICA: Add several repairs for _CST predefined name X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~19^2~18^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a9792f3be74bfad2985b3f4c7afc9e6f6a3f798;p=pandora-kernel.git ACPICA: Add several repairs for _CST predefined name Sort list based on the C-state, remove invalid/zero entries. ACPICA BZ 890. Lv Zheng. Fixes these possible problems with the _CST object: 1. Sort the list ascending by C state type. 2. Ensure type cannot be zero. 3. A sub-package count of zero means _CST is meaningless. 4. Count must match the number of C state sub-packages. References: https://bugs.acpica.org/show_bug.cgi?id=890 Signed-off-by: Lv Zheng Signed-off-by: Bob Moore Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed