Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 285011
b: refs/heads/master
c: a648bd0
h: refs/heads/master
i:
  285009: 58ac009
  285007: 9f54e10
v: v3
  • Loading branch information
David Howells committed Dec 13, 2011
1 parent 96797ff commit 2d0d12a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: e9356f4da3ffba7ab826ec3ea5f31f414f5b2a95
refs/heads/master: a648bd0c9f613d8f9954eccff6009ecfb26e2722
4 changes: 3 additions & 1 deletion trunk/include/linux/patchkey.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
# else
# error "could not determine byte order"
# endif
#elif defined(__BYTE_ORDER)
#else
#if defined(__BYTE_ORDER)
# if __BYTE_ORDER == __BIG_ENDIAN
# define _PATCHKEY(id) (0xfd00|id)
# elif __BYTE_ORDER == __LITTLE_ENDIAN
Expand All @@ -41,5 +42,6 @@
# error "could not determine byte order"
# endif
#endif
#endif

#endif /* _LINUX_PATCHKEY_H */

0 comments on commit 2d0d12a

Please sign in to comment.