From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from rgminet14.oracle.com (rcsinet14.oracle.com [148.87.113.126]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "rgminet14.oracle.com", Issuer "VeriSign Class 3 Secure Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTPS id EDA2FDDFC9 for ; Wed, 4 Mar 2009 17:28:07 +1100 (EST) Received: from rgminet13.oracle.com (rcsinet13.oracle.com [148.87.113.125]) by rgminet14.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n245VeO1007014 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 4 Mar 2009 05:31:41 GMT Message-ID: <49AE114C.6070903@oracle.com> Date: Tue, 03 Mar 2009 21:27:40 -0800 From: Andy Grover MIME-Version: 1.0 To: david@gibson.dropbear.id.au Subject: ext2_* in bitops.h Content-Type: text/plain; charset=ISO-8859-1; format=flowed Cc: paulus@samba.org, linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi, Can the ext2_* definitions in arch/powerpc/include/asm/bitops.h be replaced with: #include #include ? Also, can the bitop swizzling (starting at line 351) be removed by including include/asm-generic/bitops/le.h? It looks very similar if not identical. I'm afraid I don't have a ppc to test on so I wanted to see what you all thought. Regards -- Andy