linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Cleanup ARM arches to use common memblocks_present
@ 2019-01-09 20:20 Logan Gunthorpe
  2019-01-09 20:20 ` [PATCH 1/2] ARM: mm: make use of new memblocks_present() helper Logan Gunthorpe
  2019-01-09 20:21 ` [PATCH 2/2] arm64: " Logan Gunthorpe
  0 siblings, 2 replies; 6+ messages in thread
From: Logan Gunthorpe @ 2019-01-09 20:20 UTC (permalink / raw)
  To: linux-kernel, linux-arm-kernel
  Cc: Will Deacon, Catalin Marinas, Russell King, Stephen Bates,
	Logan Gunthorpe

Hey,

We've recently added a new memblocks_present() helper macro to clean
up some common code with ARM and code we are adding in RISC-V. The
commit that added the helper is:

9def36e0fa9a ("mm/sparse: add common helper to mark all memblocks present")

This series includes two patches to switch ARM and ARM64 to use the
new function.

Thanks,

Logan

--

Logan Gunthorpe (2):
  ARM: mm: make use of new memblocks_present() helper
  arm64: mm: make use of new memblocks_present() helper

 arch/arm/mm/init.c   | 17 +----------------
 arch/arm64/mm/init.c | 20 +-------------------
 2 files changed, 2 insertions(+), 35 deletions(-)

--
2.19.0

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-01-21 17:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-09 20:20 [PATCH 0/2] Cleanup ARM arches to use common memblocks_present Logan Gunthorpe
2019-01-09 20:20 ` [PATCH 1/2] ARM: mm: make use of new memblocks_present() helper Logan Gunthorpe
2019-01-09 20:21 ` [PATCH 2/2] arm64: " Logan Gunthorpe
2019-01-10 14:15   ` Will Deacon
2019-01-10 16:51     ` Logan Gunthorpe
2019-01-21 17:34       ` Catalin Marinas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).