Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 531
b: refs/heads/master
c: bdceb6a
h: refs/heads/master
i:
  529: 783dad1
  527: b7dfe2c
v: v3
  • Loading branch information
Benjamin Herrenschmidt authored and Linus Torvalds committed Apr 28, 2005
1 parent 11a79cb commit bf81ba1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5fc3e624ad7278604628c598e92aa77c67064166
refs/heads/master: bdceb6a0162274934386f19f3ea5a9d44feb0b20
2 changes: 2 additions & 0 deletions trunk/arch/ppc64/kernel/vdso32/cacheflush.S
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ V_FUNCTION_BEGIN(__kernel_sync_dicache)
addi r6,r6,128
bdnz 1b
isync
li r3,0
blr
.cfi_endproc
V_FUNCTION_END(__kernel_sync_dicache)
Expand All @@ -59,6 +60,7 @@ V_FUNCTION_BEGIN(__kernel_sync_dicache_p5)
.cfi_startproc
sync
isync
li r3,0
blr
.cfi_endproc
V_FUNCTION_END(__kernel_sync_dicache_p5)
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/ppc64/kernel/vdso32/gettimeofday.S
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ V_FUNCTION_BEGIN(__kernel_gettimeofday)
stw r5,TZONE_TZ_DSTTIME(r11)

1: mtlr r12
li r3,0
blr

2: mr r3,r10
Expand Down
2 changes: 2 additions & 0 deletions trunk/arch/ppc64/kernel/vdso64/cacheflush.S
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ V_FUNCTION_BEGIN(__kernel_sync_dicache)
addi r6,r6,128
bdnz 1b
isync
li r3,0
blr
.cfi_endproc
V_FUNCTION_END(__kernel_sync_dicache)
Expand All @@ -59,6 +60,7 @@ V_FUNCTION_BEGIN(__kernel_sync_dicache_p5)
.cfi_startproc
sync
isync
li r3,0
blr
.cfi_endproc
V_FUNCTION_END(__kernel_sync_dicache_p5)

0 comments on commit bf81ba1

Please sign in to comment.