Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched
[deliverable/linux.git] / include / asm-avr32 / unaligned.h
CommitLineData
5f97f7f9
HS
1#ifndef __ASM_AVR32_UNALIGNED_H
2#define __ASM_AVR32_UNALIGNED_H
3
4/*
5 * AVR32 can handle some unaligned accesses, depending on the
6 * implementation. The AVR32 AP implementation can handle unaligned
7 * words, but halfwords must be halfword-aligned, and doublewords must
8 * be word-aligned.
e122eaf6
HS
9 *
10 * However, swapped word loads must be word-aligned so we can't
11 * optimize word loads in general.
5f97f7f9
HS
12 */
13
c6083cd6 14#include <asm-generic/unaligned.h>
5f97f7f9 15
5f97f7f9 16#endif /* __ASM_AVR32_UNALIGNED_H */
This page took 0.127059 seconds and 5 git commands to generate.