From: Bob Moore Date: Mon, 13 Apr 2015 03:50:26 +0000 (+0800) Subject: ACPICA: iASL: Enhancement for constant folding. X-Git-Tag: omap-for-v4.1/fixes-rc1~114^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e7cc46a0f30bc3b749e371ab0afd29b774ae898;p=pandora-kernel.git ACPICA: iASL: Enhancement for constant folding. ACPICA commit 4f9e950d41cd6f6c704d5d6cf518647620d65e99 Add support to fold expressions with a target operand -- these are folded and converted to a Store operator: Add (4, 3, INT1) --> Store (7, INT1) Also supports ASL+ constructs: INT1 = 4 + 3 --> Store (7, INT1) Linux kernel is not affected by this patch. Link: https://github.com/acpica/acpica/commit/4f9e950d Signed-off-by: Bob Moore Signed-off-by: Lv Zheng Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed