Re: [RFC Patch 08/19] ACPI: Add prefetch decoding to the address space parser

2015-01-21 Thread Rafael J. Wysocki
On Wednesday, January 21, 2015 01:26:25 PM Jiang Liu wrote: > On 2015/1/21 8:35, Rafael J. Wysocki wrote: > > On Thursday, January 08, 2015 10:32:55 AM Jiang Liu wrote: > >> From: Thomas Gleixner > >> > >> Add support of PREFETCH attributre to ACPI address space and extended > >> address space par

Re: [RFC Patch 08/19] ACPI: Add prefetch decoding to the address space parser

2015-01-20 Thread Jiang Liu
On 2015/1/21 8:35, Rafael J. Wysocki wrote: > On Thursday, January 08, 2015 10:32:55 AM Jiang Liu wrote: >> From: Thomas Gleixner >> >> Add support of PREFETCH attributre to ACPI address space and extended >> address space parser. > > This potentially enables untested configurations which tends t

Re: [RFC Patch 08/19] ACPI: Add prefetch decoding to the address space parser

2015-01-20 Thread Rafael J. Wysocki
On Thursday, January 08, 2015 10:32:55 AM Jiang Liu wrote: > From: Thomas Gleixner > > Add support of PREFETCH attributre to ACPI address space and extended > address space parser. This potentially enables untested configurations which tends to uncover bugs, so I'm concerned. What's the possibl

[RFC Patch 08/19] ACPI: Add prefetch decoding to the address space parser

2015-01-07 Thread Jiang Liu
From: Thomas Gleixner Add support of PREFETCH attributre to ACPI address space and extended address space parser. Signed-off-by: Thomas Gleixner Signed-off-by: Jiang Liu --- drivers/acpi/resource.c |3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/acpi/resource.c b/drivers/acp