Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932794Ab3HNQ3a (ORCPT ); Wed, 14 Aug 2013 12:29:30 -0400 Received: from usmamail.tilera.com ([12.216.194.151]:58613 "EHLO USMAMAIL.TILERA.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932352Ab3HNQ33 (ORCPT ); Wed, 14 Aug 2013 12:29:29 -0400 Message-ID: <520BB068.3070607@tilera.com> Date: Wed, 14 Aug 2013 12:29:28 -0400 From: Chris Metcalf User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 MIME-Version: 1.0 To: Akinobu Mita CC: Subject: Re: [PATCH] tile: use asm-generic/bitops/builtin-*.h References: <1376485650-5227-1-git-send-email-akinobu.mita@gmail.com> In-Reply-To: <1376485650-5227-1-git-send-email-akinobu.mita@gmail.com> X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 928 Lines: 22 On 8/14/2013 9:07 AM, Akinobu Mita wrote: > The definisions of __ffs(), __fls(), and ffs() for tile are almost same > as asm-generic/bitops-*.h. The only difference is that it is defined > as __always_inline or inline. So this switches to use those headers. > > Signed-off-by: Akinobu Mita > Cc: Chris Metcalf > --- > arch/tile/include/asm/bitops.h | 38 +++----------------------------------- > 1 file changed, 3 insertions(+), 35 deletions(-) Thanks; taken into the tile tree (though I moved the new #includes to the end of the header with the other asm-generic #includes). -- Chris Metcalf, Tilera Corp. http://www.tilera.com -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/