[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>
Showing
- arch/arm/mm/consistent.c 2 additions, 2 deletionsarch/arm/mm/consistent.c
- arch/frv/mm/dma-alloc.c 1 addition, 3 deletionsarch/frv/mm/dma-alloc.c
- arch/mips/mm/init.c 3 additions, 2 deletionsarch/mips/mm/init.c
- arch/ppc/kernel/dma-mapping.c 2 additions, 2 deletionsarch/ppc/kernel/dma-mapping.c
- arch/sh/mm/consistent.c 1 addition, 2 deletionsarch/sh/mm/consistent.c
- arch/xtensa/mm/pgtable.c 3 additions, 7 deletionsarch/xtensa/mm/pgtable.c
- include/linux/mm.h 6 additions, 0 deletionsinclude/linux/mm.h
- mm/memory.c 1 addition, 3 deletionsmm/memory.c
- mm/page_alloc.c 22 additions, 0 deletionsmm/page_alloc.c
Loading
Please register or sign in to comment