From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from warthog.procyon.org.uk ([90.155.74.18]:53165 "EHLO warthog.procyon.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760721Ab2FVAMd (ORCPT ); Thu, 21 Jun 2012 20:12:33 -0400 From: David Howells In-Reply-To: <1340306406.1773.59.camel@x61.thuisdomein> References: <1340306406.1773.59.camel@x61.thuisdomein> 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> Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Paul Bolle Cc: dhowells@redhat.com, Michal Marek , linux-kbuild@vger.kernel.org, Richard Kuo , linux-hexagon@vger.kernel.org, Jonas Bonn , linux@openrisc.net, Chris Zankel , linux-kernel@vger.kernel.org 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]