From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752262AbbBXH6x (ORCPT ); Tue, 24 Feb 2015 02:58:53 -0500 Received: from mail-we0-f176.google.com ([74.125.82.176]:44268 "EHLO mail-we0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751090AbbBXH6w (ORCPT ); Tue, 24 Feb 2015 02:58:52 -0500 Date: Tue, 24 Feb 2015 08:58:47 +0100 From: Ingo Molnar To: Sudeep Holla Cc: linux-kernel@vger.kernel.org, Borislav Petkov , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , x86@kernel.org Subject: Re: [PATCH RFT v2] x86: move cacheinfo sysfs to generic cacheinfo infrastructure Message-ID: <20150224075847.GA19069@gmail.com> References: <1420703406-10637-1-git-send-email-sudeep.holla@arm.com> <1424715265-21407-1-git-send-email-sudeep.holla@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1424715265-21407-1-git-send-email-sudeep.holla@arm.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Sudeep Holla wrote: > This patch removes the redundant sysfs cacheinfo code by > reusing the newly introduced generic cacheinfo > infrastructure through the commit 246246cbde5e ("drivers: > base: support cpu cache information interface to > userspace via sysfs") > > The private pointer provided by the cacheinfo is used to > implement the AMD L3 cache specific attributes. Is there any change expected to the functionality/output of the code? Thanks, Ingo