Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 20128
b: refs/heads/master
c: 5964eae
h: refs/heads/master
v: v3
  • Loading branch information
Nicolas Pitre authored and Russell King committed Feb 8, 2006
1 parent 0974f84 commit 8c4dd79
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 49bca4c2815feafd5f999bf43baf87e0dd8d1d08
refs/heads/master: 5964eae835c3b98c69d338950651f7f414f96477
7 changes: 6 additions & 1 deletion trunk/arch/arm/kernel/entry-armv.S
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,12 @@ __kuser_memory_barrier: @ 0xffff0fa0
* The C flag is also set if *ptr was changed to allow for assembly
* optimization in the calling code.
*
* Note: this routine already includes memory barriers as needed.
* Notes:
*
* - This routine already includes memory barriers as needed.
*
* - A failure might be transient, i.e. it is possible, although unlikely,
* that "failure" be returned even if *ptr == oldval.
*
* For example, a user space atomic_add implementation could look like this:
*
Expand Down

0 comments on commit 8c4dd79

Please sign in to comment.