Re: [RFC PATCH 1/4] ACPI/Resource: Add memory prefetch check support

2013-09-06 Thread Rafael J. Wysocki
On Friday, September 06, 2013 10:24:43 AM Lan Tianyu wrote: > This patch is to check mem address space's acpi resource caching ability > and set prefetch flag of struct resource if it's prefetchable. > > Signed-off-by: Lan Tianyu Looks good to me. Thanks, Rafael > --- > drivers/acpi/resource

[RFC PATCH 1/4] ACPI/Resource: Add memory prefetch check support

2013-09-06 Thread Lan Tianyu
This patch is to check mem address space's acpi resource caching ability and set prefetch flag of struct resource if it's prefetchable. Signed-off-by: Lan Tianyu --- drivers/acpi/resource.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/acpi/resource.c b/drivers/acpi/resource.c i