Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 154886
b: refs/heads/master
c: 87451d8
h: refs/heads/master
v: v3
  • Loading branch information
Randolph Chung authored and Kyle McMartin committed Jul 3, 2009
1 parent 8fa0f94 commit bbd3419
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: e957f608f321a97a60d065bccd01949590eef52e
refs/heads/master: 87451d850c895470a122308086069b7c326c914b
2 changes: 1 addition & 1 deletion trunk/arch/parisc/lib/memcpy.c
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ static unsigned long pa_memcpy(void *dstp, const void *srcp, unsigned long len)

unaligned_copy:
/* possibly we are aligned on a word, but not on a double... */
if (likely(t1 & (sizeof(unsigned int)-1)) == 0) {
if (likely((t1 & (sizeof(unsigned int)-1)) == 0)) {
t2 = src & (sizeof(unsigned int) - 1);

if (unlikely(t2 != 0)) {
Expand Down

0 comments on commit bbd3419

Please sign in to comment.