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

2020-06-01 Thread Bin Meng
On Mon, Jun 1, 2020 at 12:15 PM Bin Meng wrote: > > Create buffers outside of the methods as ACPICA 20200430 complains > about this: > > Remark 2173 - Creation of named objects within a method is highly > inefficient, use globals or method local variables instead >

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

2020-05-31 Thread Bin Meng
Create buffers outside of the methods as ACPICA 20200430 complains about this: Remark 2173 - Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PCI0.LPCB.IURT._CRS) Signed-off-by: Bin Meng ---