mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/3] Little error fix and cleanup.
@ 2013-04-15  9:46 Tang Chen
  2013-04-15  9:46 ` [PATCH 1/3] mm: Remove unused parameter of pages_correctly_reserved() Tang Chen
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Tang Chen @ 2013-04-15  9:46 UTC (permalink / raw)
  To: gregkh, tglx, mingo, hpa, yinghai, akpm, wency, mgorman, tj, liwanp
  Cc: tangchen, linux-mm, x86, linux-kernel

This patch-set did the following things:

patch1: Remove unused parameter "nr_pages" of pages_correctly_reserved().
patch2: Use CONFIG_MEMORY_HOTREMOVE to protect kernel_physical_mapping_remove().
patch3: Add comments for parameter "nid" for memblock_insert_region().

Tang Chen (3):
  mm: Remove unused parameter of pages_correctly_reserved().
  mem-hotplug: Put kernel_physical_mapping_remove() declaration in
    CONFIG_MEMORY_HOTREMOVE.
  memblock: Fix missing comment of memblock_insert_region().

 arch/x86/mm/init_64.c |    2 +-
 drivers/base/memory.c |    5 ++---
 mm/memblock.c         |    9 +++++----
 3 files changed, 8 insertions(+), 8 deletions(-)


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

end of thread, other threads:[~2013-04-16 21:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-15  9:46 [PATCH 0/3] Little error fix and cleanup Tang Chen
2013-04-15  9:46 ` [PATCH 1/3] mm: Remove unused parameter of pages_correctly_reserved() Tang Chen
2013-04-15 16:30   ` Greg KH
2013-04-15  9:46 ` [PATCH 2/3] mem-hotplug: Put kernel_physical_mapping_remove() declaration in CONFIG_MEMORY_HOTREMOVE Tang Chen
2013-04-15 10:44   ` [tip:x86/mm] x86/mm/hotplug: " tip-bot for Tang Chen
2013-04-16 21:16   ` [PATCH 2/3] mem-hotplug: " Andrew Morton
2013-04-15  9:46 ` [PATCH 3/3] memblock: Fix missing comment of memblock_insert_region() Tang Chen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome