mbox series

[v2,0/3] mm: sparse: remove __section_nr() function

Message ID 20210705085538.14557-1-ohoono.kwon@samsung.com (mailing list archive)
Headers show
Series mm: sparse: remove __section_nr() function | expand

Message

권오훈 July 5, 2021, 8:55 a.m. UTC
This series contains cleanups to remove __section_nr().

There were no code changes but only some modifications on commit
messages compared to the initial PATCH mailing list.

Also, I appended acked-by's and reviewed-by's from the initial mailing
list for convenience.

Ohhoon Kwon (3):
  mm: sparse: pass section_nr to section_mark_present
  mm: sparse: pass section_nr to find_memory_block
  mm: sparse: remove __section_nr() function

 .../platforms/pseries/hotplug-memory.c        |  4 +--
 drivers/base/memory.c                         |  4 +--
 include/linux/memory.h                        |  2 +-
 include/linux/mmzone.h                        |  1 -
 mm/sparse.c                                   | 35 +++----------------
 5 files changed, 9 insertions(+), 37 deletions(-)