From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ralf Baechle Subject: Re: [PATCH v3 22/22] bitops: remove minix bitops from asm/bitops.h Date: Wed, 24 Nov 2010 12:54:12 +0000 Message-ID: <20101124125412.GA1876@linux-mips.org> References: <1290519504-3958-1-git-send-email-akinobu.mita@gmail.com> <1290519504-3958-23-git-send-email-akinobu.mita@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1290519504-3958-23-git-send-email-akinobu.mita@gmail.com> Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org To: Akinobu Mita Cc: linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, Andrew Morton , Geert Uytterhoeven , Roman Zippel , Andreas Schwab , linux-m68k@vger.kernel.org, Martin Schwidefsky , Heiko Carstens , linux390@de.ibm.com, linux-s390@vger.kernel.org, Yoshinori Sato , Michal Simek , microblaze-uclinux@itee.uq.edu.au, "David S. Miller" , sparclinux@vger.kernel.org, Hirokazu Takata , linux-m32r@ml.linux-m32r.org, linux-mips@linux-mips.org, Paul Mundt , linux-sh@vger.kernel.org, Chris Zankel List-Id: linux-m68k@vger.kernel.org On Tue, Nov 23, 2010 at 10:38:24PM +0900, Akinobu Mita wrote: > minix bit operations are only used by minix filesystem and useless > by other modules. Because byte order of inode and block bitmaps is > defferent on each architecture like below: ^^^^^ different Acked-by: Ralf Baechle Ralf