From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751311Ab1AQKF6 (ORCPT ); Mon, 17 Jan 2011 05:05:58 -0500 Received: from newsmtp5.atmel.com ([204.2.163.5]:17966 "EHLO sjogate2.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750747Ab1AQKFz (ORCPT ); Mon, 17 Jan 2011 05:05:55 -0500 Subject: Re: [PATCH v4 09/24] bitops: introduce little-endian bitops for most architectures From: Hans-Christian Egtvedt To: Akinobu Mita Cc: linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, akpm@linux-foundation.org, Richard Henderson , Ivan Kokshaysky , Bryan Wu , Mikael Starvik , David Howells , Yoshinori Sato , "Luck, Tony" , Ralf Baechle , Kyle McMartin , Matthew Wilcox , Grant Grundler , Paul Mundt , Kazumoto Kojima , "David S. Miller" , Chris Zankel , Ingo Molnar , Thomas Gleixner , "H. Peter Anvin" In-Reply-To: <1295183333-13802-10-git-send-email-akinobu.mita@gmail.com> References: <1295183333-13802-1-git-send-email-akinobu.mita@gmail.com> <1295183333-13802-10-git-send-email-akinobu.mita@gmail.com> Content-Type: text/plain; charset="UTF-8" Organization: Atmel Corporation Date: Mon, 17 Jan 2011 11:01:52 +0100 Message-ID: <1295258512.15492.13.camel@hcegtvedt> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 17 Jan 2011 10:01:54.0964 (UTC) FILETIME=[9202ED40:01CBB62D] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 2011-01-16 at 22:08 +0900, Akinobu Mita wrote: > Introduce little-endian bit operations to the architectures which do not > have native little-endian bit operations. (alpha, avr32, blackfin, cris, > frv, h8300, ia64, m32r, mips, mn10300, parisc, sh, sparc, tile, x86, > xtensa) > > These architectures can just include generic implementation > (asm-generic/bitops/le.h). > > Signed-off-by: Akinobu Mita > Cc: Richard Henderson > Cc: Ivan Kokshaysky > Cc: Hans-Christian Egtvedt > Cc: Bryan Wu > Cc: Mikael Starvik > Cc: David Howells > Cc: Yoshinori Sato > Cc: "Luck, Tony" > Cc: Ralf Baechle > Cc: Kyle McMartin > Cc: Matthew Wilcox > Cc: Grant Grundler > Cc: Paul Mundt > Cc: Kazumoto Kojima > Cc: "David S. Miller" > Cc: Chris Zankel > Cc: Ingo Molnar > Cc: Thomas Gleixner > Cc: "H. Peter Anvin" > Signed-off-by: Andrew Morton > --- > > Change from v3: > - No change > > The whole series is available in the git repository at: > git://git.kernel.org/pub/scm/linux/kernel/git/mita/linux-2.6.git le-bitops-v4 > > arch/alpha/include/asm/bitops.h | 1 + > arch/avr32/include/asm/bitops.h | 1 + For the AVR32 related change, Acked-by: Hans-Christian Egtvedt -- Hans-Christian Egtvedt