git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a61c34
)
[PATCH] mm: remove atomic
author
Nick Piggin
<nickpiggin@yahoo.com.au>
Sat, 3 Sep 2005 22:54:50 +0000
(15:54 -0700)
committer
Linus Torvalds
<torvalds@evo.osdl.org>
Mon, 5 Sep 2005 07:05:44 +0000
(
00:05
-0700)
This bitop does not need to be atomic because it is performed when there will
be no references to the page (ie. the page is being freed).
Signed-off-by: Nick Piggin <npiggin@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
No differences found