Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166623
b: refs/heads/master
c: da3a7a2
h: refs/heads/master
i:
  166621: 9c94548
  166619: 40129a1
  166615: d66333c
  166607: c8547ff
  166591: d1d6d78
v: v3
  • Loading branch information
Ralf Baechle committed Sep 30, 2009
1 parent 4ed3200 commit 99ac42f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 1bbfc20d0161cd94b1b8111566be2fa41b41b608
refs/heads/master: da3a7a2b9f9776f2d44ed9a4b40eabeb17c6e886
4 changes: 2 additions & 2 deletions trunk/arch/mips/include/asm/unaligned.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
#if defined(__MIPSEB__)
# 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
#elif defined(__MIPSEL__)
# 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
#else
# error "MIPS, but neither __MIPSEB__, nor __MIPSEL__???"
#endif

# include <linux/unaligned/generic.h>

#endif /* _ASM_MIPS_UNALIGNED_H */

0 comments on commit 99ac42f

Please sign in to comment.