From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Howells Subject: Re: [PATCH 1/3] Remove useless wrappers of asm-generic/cpumask.h Date: Fri, 22 Jun 2012 00:06:52 +0100 Message-ID: <32429.1340320012@redhat.com> References: <1340306406.1773.59.camel@x61.thuisdomein> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1340306406.1773.59.camel@x61.thuisdomein> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-bounces@lists.openrisc.net Errors-To: linux-bounces@lists.openrisc.net To: Paul Bolle Cc: Michal Marek , linux-kbuild@vger.kernel.org, linux-hexagon@vger.kernel.org, linux@openrisc.net, linux-kernel@vger.kernel.org, Richard Kuo , dhowells@redhat.com, Chris Zankel Paul Bolle wrote: > frv and xtensa both have a header (in their include/asm directories) > that are thin wrappers around asm-generic/cpumask.h. These wrappers are > useless, since that header doesn't exist. They are also unused (all > files including asm/cpumask.h are x86 specific). > > hexagon and openrisc generate similar headers at build time (using a > generic-y entry in include/asm/Kbuild). These generated headers are > useless and unused too. > > Remove these headers and generic-y entries. > > Signed-off-by: Paul Bolle Acked-by: David Howells [FRV]