From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id F30D02C00AC for ; Tue, 7 May 2013 07:41:14 +1000 (EST) Message-ID: <1367876461.15842.66.camel@pasglop> Subject: Re: [PATCH v2 1/4] powerpc/cputable: reserve bits in HWCAP2 for new features From: Benjamin Herrenschmidt To: Ryan Arnold Date: Tue, 07 May 2013 07:41:01 +1000 In-Reply-To: References: <20130503231933.GA29436@linux.vnet.ibm.com> <2889.1367625894@ale.ozlabs.ibm.com> <20130504004756.GA3532@linux.vnet.ibm.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Cc: Michael Neuling , Nishanth Aravamudan , Steve Munroe , Peter Bergner , linuxppc-dev@lists.ozlabs.org, Michael R Meissner List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, 2013-05-06 at 14:07 -0500, Ryan Arnold wrote: > Notice that I changed DSCR to DSC. The 'R' wasn't descriptive. The "R" is the name of the register for which we are exposing the availability to userspace... it's also the name of the sysfs entry so I'd rather keep it for consistency. Cheers, Ben.