[PATCH] mm: split highorder pages
authorNick Piggin <npiggin@suse.de>
Wed, 22 Mar 2006 08:08:05 +0000 (00:08 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 22 Mar 2006 15:53:57 +0000 (07:53 -0800)
commit8dfcc9ba27e2ed257e5de9539f7f03e57c2c0e33
treeaecaeb6a0b33c23f79dfcd2418e4a3881a29f2e2
parent8e7a9aae91101916b86de07fafe3272ea8dc1f10
[PATCH] mm: split highorder pages

Have an explicit mm call to split higher order pages into individual pages.
 Should help to avoid bugs and be more explicit about the code's intention.

Signed-off-by: Nick Piggin <npiggin@suse.de>
Cc: Russell King <rmk@arm.linux.org.uk>
Cc: David Howells <dhowells@redhat.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Paul Mundt <lethal@linux-sh.org>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Chris Zankel <chris@zankel.net>
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/arm/mm/consistent.c
arch/frv/mm/dma-alloc.c
arch/mips/mm/init.c
arch/ppc/kernel/dma-mapping.c
arch/sh/mm/consistent.c
arch/xtensa/mm/pgtable.c
include/linux/mm.h
mm/memory.c
mm/page_alloc.c