]> Git Repo - linux.git/blob - arch/sh/include/asm/unaligned.h
Merge tag 'stable/for-linus-3.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...
[linux.git] / arch / sh / include / asm / unaligned.h
1 #ifndef _ASM_SH_UNALIGNED_H
2 #define _ASM_SH_UNALIGNED_H
3
4 #ifdef CONFIG_CPU_SH4A
5 /* SH-4A can handle unaligned loads in a relatively neutered fashion. */
6 #include <asm/unaligned-sh4a.h>
7 #else
8 /* Otherwise, SH can't handle unaligned accesses. */
9 #include <asm-generic/unaligned.h>
10 #endif
11
12 #endif /* _ASM_SH_UNALIGNED_H */
This page took 0.033036 seconds and 4 git commands to generate.