]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] mm: remove atomic
authorNick Piggin <nickpiggin@yahoo.com.au>
Sat, 3 Sep 2005 22:54:50 +0000 (15:54 -0700)
committerLinus Torvalds <torvalds@evo.osdl.org>
Mon, 5 Sep 2005 07:05:44 +0000 (00:05 -0700)
commit242e54686257493f0b10ac557e730419d9af7d24
treed68754b32c531141969a09ca0c5df246893c5b1e
parent9a61c349b28ec5aef7e929236571fd770fdef0bb
[PATCH] mm: remove atomic

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>
include/linux/page-flags.h
mm/page_alloc.c