Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330383
b: refs/heads/master
c: c8adfec
h: refs/heads/master
i:
  330381: de493a4
  330379: 70af921
  330375: b38245e
  330367: 5c17732
v: v3
  • Loading branch information
Nishanth Aravamudan authored and Benjamin Herrenschmidt committed Oct 4, 2012
1 parent 6c7a2b1 commit 1847ada
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: 10bfa766efa19c23f72f50727952a26cb1512256
refs/heads/master: c8adfeccee01ce3de6a7d14fcd4e3be02e27f03c
4 changes: 2 additions & 2 deletions trunk/arch/powerpc/lib/memcpy_power7.S
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,8 @@ _GLOBAL(memcpy_power7)
ori r9,r9,1 /* stream=1 */

srdi r7,r5,7 /* length in cachelines, capped at 0x3FF */
cmpldi cr1,r7,0x3FF
ble cr1,1f
cmpldi r7,0x3FF
ble 1f
li r7,0x3FF
1: lis r0,0x0E00 /* depth=7 */
sldi r7,r7,7
Expand Down

0 comments on commit 1847ada

Please sign in to comment.