summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRolf Eike Beer <eike-kernel@sf-tec.de>2011-01-14 00:47:24 +0100
committerLinus Torvalds <torvalds@linux-foundation.org>2011-01-14 02:32:48 +0100
commit84bc227d7fde049a568cd58a5610613feedc0dff (patch)
tree89957d8ef4dba3fe8d609bd90619f7bf6f15ec0f /include
parentmm/page_alloc.c: simplify calculation of combined index of adjacent buddy lists (diff)
downloadlinux-84bc227d7fde049a568cd58a5610613feedc0dff.tar.xz
linux-84bc227d7fde049a568cd58a5610613feedc0dff.zip
mm/dmapool.c: take lock only once in dma_pool_free()
dma_pool_free() scans for the page to free in the pool list holding the pool lock. Then it releases the lock basically to acquire it immediately again. Modify the code to only take the lock once. This will do some additional loops and computations with the lock held in if memory debugging is activated. If it is not activated the only new operations with this lock is one if and one substraction. Signed-off-by: Rolf Eike Beer <eike-kernel@sf-tec.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions