]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sh: Add asm/unaligned.h and asm/unaligned-sh4a.h from Linux kernel
authorNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Mon, 8 Feb 2010 02:50:16 +0000 (11:50 +0900)
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Wed, 3 Mar 2010 03:21:14 +0000 (12:21 +0900)
commitda5e083590bb62ca6d7f08d3714d07ba736da863
tree459333ce3960eb49c45d3baafdcc4b102c199588
parentf3651764e57e353251695691677bd95ba5a420bc
sh: Add asm/unaligned.h and asm/unaligned-sh4a.h from Linux kernel

zlib.c demands asm/unaligned.h. But, SH does not have these.
This commit add asm/unaligned.h and asm/unaligned-sh4a.h from Linux
kernel and modifyf for u-boot.

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
include/asm-sh/unaligned-sh4a.h [new file with mode: 0644]
include/asm-sh/unaligned.h [new file with mode: 0644]