Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 126927
b: refs/heads/master
c: 91a1502
h: refs/heads/master
i:
  126925: d967cbd
  126923: 6da1b46
  126919: c0c0d50
  126911: 83473a5
v: v3
  • Loading branch information
Harvey Harrison authored and Chris Zankel committed Nov 11, 2008
1 parent 840f92d commit 634801f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8fa5723aa7e053d498336b48448b292fc2e0458b
refs/heads/master: 91a15026eb89a687dfcac860a969cfd872f3c94f
12 changes: 6 additions & 6 deletions trunk/arch/xtensa/include/asm/unaligned.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@
#ifndef _ASM_XTENSA_UNALIGNED_H
#define _ASM_XTENSA_UNALIGNED_H

#ifdef __XTENSA_EL__
# include <linux/unaligned/le_memmove.h>
#include <asm/byteorder.h>

#ifdef __LITTLE_ENDIAN
# include <linux/unaligned/le_struct.h>
# include <linux/unaligned/be_byteshift.h>
# include <linux/unaligned/generic.h>
# define get_unaligned __get_unaligned_le
# define put_unaligned __put_unaligned_le
#elif defined(__XTENSA_EB__)
# include <linux/unaligned/be_memmove.h>
#else
# include <linux/unaligned/be_struct.h>
# include <linux/unaligned/le_byteshift.h>
# include <linux/unaligned/generic.h>
# define get_unaligned __get_unaligned_be
# define put_unaligned __put_unaligned_be
#else
# error processor byte order undefined!
#endif

#endif /* _ASM_XTENSA_UNALIGNED_H */

0 comments on commit 634801f

Please sign in to comment.