From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Hellstrom Date: Mon, 25 Oct 2010 11:25:20 +0200 Subject: [U-Boot] [PATCH] sparc: add asm/unaligned.h In-Reply-To: <1287559977-31202-1-git-send-email-vapier@gentoo.org> References: <1287559977-31202-1-git-send-email-vapier@gentoo.org> Message-ID: <4CC54D00.6040702@gaisler.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Mike Frysinger wrote: >It isn't possible to build any sparc boards without this ... > > I'm working on a new patch set with some of the patches going through the net repo instead, according to Wolfgangs comments. It is probably easier for me to make fewer commits every time submitting, and submitting multiple times. Daniel >Signed-off-by: Mike Frysinger >--- > arch/sparc/include/asm/unaligned.h | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > create mode 100644 arch/sparc/include/asm/unaligned.h > >diff --git a/arch/sparc/include/asm/unaligned.h b/arch/sparc/include/asm/unaligned.h >new file mode 100644 >index 0000000..6cecbbb >--- /dev/null >+++ b/arch/sparc/include/asm/unaligned.h >@@ -0,0 +1 @@ >+#include > >