Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 366219
b: refs/heads/master
c: d50ba36
h: refs/heads/master
i:
  366217: 8b2ffb8
  366215: 932b693
v: v3
  • Loading branch information
Andy Shevchenko authored and Ingo Molnar committed Apr 15, 2013
1 parent 25f8ade commit b00285d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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: bb916ff7cda2ad52be433b7b1f355b79b5d7d5ee
refs/heads/master: d50ba3687b99213501463a1947e3dd5b98bc2d99
2 changes: 1 addition & 1 deletion trunk/arch/x86/lib/checksum_32.S
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ ENTRY(csum_partial)
testl $3, %esi # Check alignment.
jz 2f # Jump if alignment is ok.
testl $1, %esi # Check alignment.
jz 10f # Jump if alignment is boundary of 2bytes.
jz 10f # Jump if alignment is boundary of 2 bytes.

# buf is odd
dec %ecx
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/x86/lib/memcpy_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ void *memmove(void *dest, const void *src, size_t n)
char *ret = dest;

__asm__ __volatile__(
/* Handle more 16bytes in loop */
/* Handle more 16 bytes in loop */
"cmp $0x10, %0\n\t"
"jb 1f\n\t"

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/x86/lib/memcpy_64.S
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ ENTRY(memcpy)
subq $0x20, %rdx
/*
* At most 3 ALU operations in one cycle,
* so append NOPS in the same 16bytes trunk.
* so append NOPS in the same 16 bytes trunk.
*/
.p2align 4
.Lcopy_backward_loop:
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/x86/lib/memmove_64.S
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
ENTRY(memmove)
CFI_STARTPROC

/* Handle more 32bytes in loop */
/* Handle more 32 bytes in loop */
mov %rdi, %rax
cmp $0x20, %rdx
jb 1f
Expand Down

0 comments on commit b00285d

Please sign in to comment.