[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <12071682142640-git-send-email-hannes@saeurebad.de>
Date: Wed, 2 Apr 2008 22:29:52 +0200
From: Johannes Weiner <hannes@...urebad.de>
To: linux-kernel@...r.kernel.org
Cc: linux-mm@...ck.org, mingo@...e.hu, davem@...emloft.net,
hskinnemoen@...el.com, cooloney@...nel.org, starvik@...s.com,
dhowells@...hat.com, ysato@...rs.sf.net, takata@...ux-m32r.org,
geert@...ux-m68k.org, ralf@...ux-mips.org, kyle@...isc-linux.org,
paulus@...ba.org, schwidefsky@...ibm.com, lethal@...ux-sh.org,
jdike@...toit.com, miles@....org, chris@...kel.net,
rmk@....linux.org.uk, tony.luck@...el.com
Subject: [RFC 00/21] Generic show_mem()
Hi.
Every arch implements its own show_mem() function. Most of them share
quite some code, some of them are completely identical.
This proposal implements a generic version of this functions and
migrates almost all architectures to use it.
I have only tested the x86_32 related part in lack of other archs.
As far as I understood the code, the generic version should work for
the architectures that used to iterate mem_map pfns, but I can not
tell for sure. Please give feedback.
Also, this series leaves ia64, arm, and sparc as is.
Tony, as far as I understand, ia64 jumps holes in the memory map with
vmemmap_find_next_valid_pfn(). Any idea if and how this could be
built into the generic show_mem() version?
Russell, I don't know if arm can be transformed. For now, it keeps
its arch-specific show_mem().
Dave, can sparc's version be simply migrated as well?
Hannes
arch/alpha/mm/init.c | 30 ------------------
arch/alpha/mm/numa.c | 35 ----------------------
arch/arm/mm/Kconfig | 3 ++
arch/avr32/mm/init.c | 39 ------------------------
arch/blackfin/mm/init.c | 27 -----------------
arch/cris/mm/init.c | 31 -------------------
arch/frv/mm/init.c | 31 -------------------
arch/h8300/mm/init.c | 28 -----------------
arch/ia64/Kconfig | 3 ++
arch/m32r/mm/init.c | 37 -----------------------
arch/m68k/mm/init.c | 31 -------------------
arch/m68knommu/mm/init.c | 28 -----------------
arch/mips/mm/Makefile | 3 +-
arch/mips/mm/pgtable.c | 37 -----------------------
arch/mn10300/mm/pgtable.c | 27 -----------------
arch/parisc/mm/init.c | 72 ---------------------------------------------
arch/powerpc/mm/mem.c | 40 -------------------------
arch/ppc/mm/init.c | 31 -------------------
arch/s390/mm/init.c | 36 ----------------------
arch/sh/mm/init.c | 41 -------------------------
arch/sparc/Kconfig | 3 ++
arch/sparc64/mm/init.c | 45 ----------------------------
arch/um/kernel/mem.c | 31 -------------------
arch/v850/kernel/setup.c | 30 ------------------
arch/x86/mm/init_64.c | 40 -------------------------
arch/x86/mm/pgtable_32.c | 48 ------------------------------
arch/xtensa/mm/init.c | 27 -----------------
mm/page_alloc.c | 53 +++++++++++++++++++++++++++++++++
28 files changed, 63 insertions(+), 824 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists