lkml.org 
[lkml]   [2015]   [Jul]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 4/9] x86/intel_rdt: Add support for Cache Allocation detection


On Tue, 28 Jul 2015, Peter Zijlstra wrote:

> On Wed, Jul 01, 2015 at 03:21:05PM -0700, Vikas Shivappa wrote:
>> +static int __init intel_rdt_late_init(void)
>> +{
>> + struct cpuinfo_x86 *c = &boot_cpu_data;
>> +
>> + if (!cpu_has(c, X86_FEATURE_CAT_L3))
>> + return -ENODEV;
>> +
>> + pr_info("Intel cache allocation enabled\n");
>
> s/enabled/detected/ ? This hardly enables anything.

will fix. detected seems appropriate here.
Thanks,
Vikas
>
>> +
>> + return 0;
>> +}
>


\
 
 \ /
  Last update: 2015-07-29 20:38    [W:0.176 / U:0.032 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site