kernel-ark/arch/i386/mm
Oleg Nesterov 626ab0e69d [PATCH] list: use list_replace_init() instead of list_splice_init()
list_splice_init(list, head) does unneeded job if it is known that
list_empty(head) == 1.  We can use list_replace_init() instead.

Signed-off-by: Oleg Nesterov <oleg@tv-sign.ru>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-06-23 07:43:07 -07:00
..
boot_ioremap.c
discontig.c
extable.c
fault.c [PATCH] i386: fix get_segment_eip() with vm86 segments 2006-06-23 07:42:58 -07:00
highmem.c
hugetlbpage.c
init.c [PATCH] don't use flush_tlb_all in suspend time 2006-06-23 07:43:00 -07:00
ioremap.c
Makefile
mmap.c
pageattr.c [PATCH] list: use list_replace_init() instead of list_splice_init() 2006-06-23 07:43:07 -07:00
pgtable.c