
1 Jun
2020
1 Jun
'20
4:57 a.m.
On Thu, May 28, 2020 at 5:17 PM Andy Shevchenko andriy.shevchenko@linux.intel.com wrote:
Create buffers outside of the methods as ACPICA 20200214 complains about this:
Remark 2173 - Creation of named objects within a method is highly inefficient, use globals or method local variables instead
Reported-by: Bin Meng bmeng.cn@gmail.com Signed-off-by: Andy Shevchenko andriy.shevchenko@linux.intel.com
v2: rebased on top of rc3 (Bin) .../asm/arch-tangier/acpi/southcluster.asl | 95 ++++++++++--------- 1 file changed, 49 insertions(+), 46 deletions(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com Tested-by: Bin Meng bmeng.cn@gmail.com