Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 89040
b: refs/heads/master
c: 6e714b3
h: refs/heads/master
v: v3
  • Loading branch information
Joe Perches authored and Ingo Molnar committed Apr 17, 2008
1 parent d8ce118 commit 2d202e2
Show file tree
Hide file tree
Showing 2 changed files with 2 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: b896313e53344e79cc8bbc69f0a7d5c2b1735895
refs/heads/master: 6e714b37978bbd2c7a7eb89b4474b6c2133b7796
2 changes: 1 addition & 1 deletion trunk/include/asm-x86/unaligned.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
*
* Note that unaligned accesses can be very expensive on some architectures.
*/
#define put_unaligned(val, ptr) ((void)( *(ptr) = (val) ))
#define put_unaligned(val, ptr) ((void)(*(ptr) = (val)))

#endif /* _ASM_X86_UNALIGNED_H */

0 comments on commit 2d202e2

Please sign in to comment.