From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754086AbcGHImA (ORCPT ); Fri, 8 Jul 2016 04:42:00 -0400 Received: from mail-wm0-f65.google.com ([74.125.82.65]:36329 "EHLO mail-wm0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752700AbcGHIlv (ORCPT ); Fri, 8 Jul 2016 04:41:51 -0400 Date: Fri, 8 Jul 2016 10:41:46 +0200 From: Ingo Molnar To: Fenghua Yu Cc: Thomas Gleixner , "H. Peter Anvin" , Ingo Molnar , Borislav Petkov , Tony Luck , Stephane Eranian , Peter Zijlstra , Vikas Shivappa , Ravi V Shankar , linux-kernel , x86 Subject: Re: [PATCH v2 2/3] Documentation, ABI: Add a document entry for cache id Message-ID: <20160708084146.GA4508@gmail.com> References: <1467842838-57246-1-git-send-email-fenghua.yu@intel.com> <1467842838-57246-3-git-send-email-fenghua.yu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1467842838-57246-3-git-send-email-fenghua.yu@intel.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Fenghua Yu wrote: > From: Fenghua Yu > > Add an ABI document entry for /sys/devices/system/cpu/cpu*/cache/index*/id. > > Signed-off-by: Fenghua Yu > --- > Documentation/ABI/testing/sysfs-devices-system-cpu | 13 +++++++++++++ > 1 file changed, 13 insertions(+) > > diff --git a/Documentation/ABI/testing/sysfs-devices-system-cpu b/Documentation/ABI/testing/sysfs-devices-system-cpu > index 1650133..cc62034 100644 > --- a/Documentation/ABI/testing/sysfs-devices-system-cpu > +++ b/Documentation/ABI/testing/sysfs-devices-system-cpu > @@ -272,6 +272,19 @@ Description: Parameters for the CPU cache attributes > the modified cache line is written to main > memory only when it is replaced > > + > +What: /sys/devices/system/cpu/cpu*/cache/index*/id > +Date: July 2016 > +Contact: Linux kernel mailing list > +Description: Cache id > + > + The id identifies a cache in the platform. In same index, the id > + is unique across the platform. What does 'In same index' mean? Thanks, Ingo