]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] arch: use list_move()
authorAkinobu Mita <mita@miraclelinux.com>
Mon, 26 Jun 2006 07:24:39 +0000 (00:24 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 26 Jun 2006 16:58:17 +0000 (09:58 -0700)
commit583b648bcbab836bcc2f3092bc1e7a92f6605abe
tree5d18b98798c98dd2c044f4a9ed9c7b372c599a9c
parent09c6f5b8b57063e98e900ba6b8fe36e4b885ce2a
[PATCH] arch: use list_move()

This patch converts the combination of list_del(A) and list_add(A, B) to
list_move(A, B) under arch/.

Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: "David S. Miller" <davem@davemloft.net>
Signed-off-by: Akinobu Mita <mita@miraclelinux.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/pci/pcbios.c
arch/m68k/mm/memory.c
arch/m68k/sun3/sun3dvma.c