Re: [PATCH v1 1/3] x86: acpi: Create buffers outside of the methods

2020-05-28 Thread Andy Shevchenko
On Thu, May 28, 2020 at 03:07:34PM +0800, Bin Meng wrote: > On Thu, May 28, 2020 at 2:58 PM Bin Meng wrote: > > On Wed, May 27, 2020 at 1:16 AM Andy Shevchenko > > wrote: > > > > > > Create buffers outside of the methods as ACPICA 20200214 complains about > > > this: > > > > > > Remark 2

Re: [PATCH v1 1/3] x86: acpi: Create buffers outside of the methods

2020-05-28 Thread Bin Meng
Hi Andy, On Thu, May 28, 2020 at 2:58 PM Bin Meng wrote: > > Hi Andy, > > On Wed, May 27, 2020 at 1:16 AM Andy Shevchenko > wrote: > > > > Create buffers outside of the methods as ACPICA 20200214 complains about > > this: > > > > Remark 2173 - Creation of named objects within a method i

Re: [PATCH v1 1/3] x86: acpi: Create buffers outside of the methods

2020-05-27 Thread Bin Meng
Hi Andy, On Wed, May 27, 2020 at 1:16 AM Andy Shevchenko 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 > i

[PATCH v1 1/3] x86: acpi: Create buffers outside of the methods

2020-05-26 Thread Andy Shevchenko
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 Signed-off-by: Andy Shevchenko --- .../asm/a