Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1194705

Re: [PATCH 4/9] x86/intel_rdt: Add support for Cache Allocation detection

From Vikas Shivappa <vikas.shivappa@intel.com>
Newsgroups linux.kernel
Subject Re: [PATCH 4/9] x86/intel_rdt: Add support for Cache Allocation detection
Date 2015-07-29 00:10 +0200
Message-ID <pRleq-5sl-9@gated-at.bofh.it> (permalink)
References <pHyFX-2Jd-3@gated-at.bofh.it> <pHyFY-2Jd-5@gated-at.bofh.it> <pRfVn-6b1-9@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw



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;
>> +}
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

Re: [PATCH 4/9] x86/intel_rdt: Add support for Cache Allocation  detection Vikas Shivappa <vikas.shivappa@intel.com> - 2015-07-29 00:10 +0200

csiph-web