From patchwork Mon Aug 2 12:06:27 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Haavard Skinnemoen X-Patchwork-Id: 71802 X-Patchwork-Delegate: info@emk-elektronik.de Return-Path: X-Original-To: wd@gemini.denx.de Delivered-To: wd@gemini.denx.de Received: from diddl.denx.de (diddl.denx.de [10.0.0.6]) by gemini.denx.de (Postfix) with ESMTP id 00400D3CE46 for ; Mon, 2 Aug 2010 14:17:16 +0200 (CEST) Received: from diddl.denx.de (localhost.localdomain [127.0.0.1]) by diddl.denx.de (Postfix) with ESMTP id E1A8920F3AC7 for ; Mon, 2 Aug 2010 14:17:15 +0200 (CEST) Received: from pop.mnet-online.de by diddl.denx.de with POP3 (fetchmail-6.3.17) for (single-drop); Mon, 02 Aug 2010 14:17:15 +0200 (CEST) Received: from murder ([192.168.8.180]) by backend2 (Cyrus v2.2.12) with LMTPA; Mon, 02 Aug 2010 14:17:13 +0200 X-Sieve: CMU Sieve 2.2 Received: from mail.m-online.net (localhost [127.0.0.1]) by frontend1.mail.m-online.net (Cyrus v2.2.12) with LMTPA; Mon, 02 Aug 2010 14:17:13 +0200 Received: from scanner-2.m-online.net (scanner-2.mail.m-online.net [192.168.8.166]) by mail.m-online.net (Postfix) with ESMTP id 847C51C000A4; Mon, 2 Aug 2010 14:17:13 +0200 (CEST) Received: from mxin-2.m-online.net ([192.168.1.21]) by scanner-2.m-online.net (scanner-2.m-online.net [192.168.8.166]) (amavisd-new, port 10026) with ESMTP id 02889-03-12; Mon, 2 Aug 2010 14:17:12 +0200 (CEST) Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by mxin-2.m-online.net (Postfix) with ESMTP id D1556468D61; Mon, 2 Aug 2010 14:17:10 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 9F8BD28165; Mon, 2 Aug 2010 14:17:02 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QEF5vQk+Ve97; Mon, 2 Aug 2010 14:17:02 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 2E6D228102; Mon, 2 Aug 2010 14:16:56 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 21C532811E for ; Mon, 2 Aug 2010 14:16:52 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zhpQoM6rYt2w for ; Mon, 2 Aug 2010 14:16:50 +0200 (CEST) X-Greylist: delayed 612 seconds by postgrey-1.27 at theia; Mon, 02 Aug 2010 14:16:48 CEST X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from relay.atmel.no (relay.atmel.no [80.232.32.139]) by theia.denx.de (Postfix) with ESMTPS id 0776728102 for ; Mon, 2 Aug 2010 14:16:48 +0200 (CEST) Received: from localhost.localdomain (vpn-000-016.norway.atmel.com [172.21.0.16]) by relay.atmel.no (8.13.4/8.13.4) with ESMTP id o72C6Zr9092302; Mon, 2 Aug 2010 14:06:35 +0200 (CEST) (envelope-from haavard.skinnemoen@atmel.com) From: Haavard Skinnemoen To: u-boot@lists.denx.de Date: Mon, 2 Aug 2010 14:06:27 +0200 Message-Id: <1280750789-10359-2-git-send-email-haavard.skinnemoen@atmel.com> X-Mailer: git-send-email 1.7.0.4 In-Reply-To: <1280750789-10359-1-git-send-email-haavard.skinnemoen@atmel.com> References: <1280750789-10359-1-git-send-email-haavard.skinnemoen@atmel.com> Cc: Haavard Skinnemoen Subject: [U-Boot] [PATCH 1/3] avr32: Add missing asm/unaligned.h header file X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.9 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de X-Virus-Scanned: by amavisd-new at m-online.net Simply include the generic version. We could optimize this a bit more, as unaligned 32-bit accesses are ok on AP7, but let's make it work first. Signed-off-by: Haavard Skinnemoen --- arch/avr32/include/asm/unaligned.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) create mode 100644 arch/avr32/include/asm/unaligned.h diff --git a/arch/avr32/include/asm/unaligned.h b/arch/avr32/include/asm/unaligned.h new file mode 100644 index 0000000..6cecbbb --- /dev/null +++ b/arch/avr32/include/asm/unaligned.h @@ -0,0 +1 @@ +#include