From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Date: Sat, 07 Nov 2009 17:21:25 -0600 Subject: [U-Boot] ARM pull request In-Reply-To: <3efb10970911041156m38b85bb1hfa3dd56b4fc611b0@mail.gmail.com> References: <3efb10970911041141j34ea097ak2efcc4e34785e7cb@mail.gmail.com> <4AF1DA6A.9090002@windriver.com> <3efb10970911041156m38b85bb1hfa3dd56b4fc611b0@mail.gmail.com> Message-ID: <4AF600F5.8090008@windriver.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Remy Bohmer wrote: > Hi, > >>> [patch] ARM: Use Linux version for unaligned access code >>> >> This one is in arm/next >> http://lists.denx.de/pipermail/u-boot/2009-October/063437.html > > Well, I thought we agreed to include (the updated version from Stefan) > in the current release? > > Remy Wolfgang, I have cherry picked this commit into arm/master-sync. This is the pull request. Tom The following changes since commit b91b8f74fe9ded18344c3d03080a4abc07254502: Wolfgang Denk (1): Merge branch 'master' of /home/wd/git/u-boot/custodians are available in the git repository at: git://git.denx.de/u-boot-arm master-sync Remy Bohmer (1): ARM: Use Linux version for unaligned access code include/asm-arm/unaligned.h | 3 +- include/linux/unaligned/be_byteshift.h | 70 ++++++++++++++++++++++++++++++++ include/linux/unaligned/le_byteshift.h | 70 ++++++++++++++++++++++++++++++++ 3 files changed, 142 insertions(+), 1 deletions(-) create mode 100644 include/linux/unaligned/be_byteshift.h create mode 100644 include/linux/unaligned/le_byteshift.h