From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Sun, 07 Mar 2010 11:42:29 +0800 Subject: [U-Boot] [PATCH] nios2: add unaligned.h to be included by zlib.c In-Reply-To: <1aad82fa1003050340l146d3959t105c6a14be7c29cd@mail.gmail.com> References: <1267428505-14528-1-git-send-email-thomas@wytron.com.tw> <1aad82fa1003050340l146d3959t105c6a14be7c29cd@mail.gmail.com> Message-ID: <4B9320A5.7020403@wytron.com.tw> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 03/05/2010 07:40 PM, Mike Frysinger wrote: > i posted an asm-generic version recently i think you should be able to > leverage ... > -mike > > > Hi Mke, Thanks. I will take it. On the other side, I think it will be helpful if we have a generic bitops.h. We need it for ubifs/ubi support on nios2 boards. /* copied from linux-2.6/include/asm-generic/bitops */ #include #include #include Cheers, Thomas