]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] mm: nommu use compound pages
authorNick Piggin <npiggin@suse.de>
Wed, 22 Mar 2006 08:08:34 +0000 (00:08 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 22 Mar 2006 15:54:01 +0000 (07:54 -0800)
commit15865bd4563dcb2e419babad7ab6fb85e59beea9
tree50981fe0584c456a1a86e6d7f611eec223b5f536
parentec718cb63f99af0c0ae54cf7662ebeddc716350b
[PATCH] mm: nommu use compound pages

Now that compound page handling is properly fixed in the VM, move nommu
over to using compound pages rather than rolling their own refcounting.

nommu vm page refcounting is broken anyway, but there is no need to have
divergent code in the core VM now, nor when it gets fixed.

Signed-off-by: Nick Piggin <npiggin@suse.de>
Cc: David Howells <dhowells@redhat.com>
(Needs testing, please).
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/ramfs/file-nommu.c
include/linux/mm.h
mm/internal.h
mm/nommu.c
mm/page_alloc.c
mm/slab.c