From: Nick Piggin Date: Wed, 22 Mar 2006 08:08:34 +0000 (-0800) Subject: [PATCH] mm: nommu use compound pages X-Git-Tag: v2.6.17-rc1~1129^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84097518d1ecd2330f9488e4c2d09953a3340e74;p=pandora-kernel.git [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 Cc: David Howells (Needs testing, please). Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed