mbox series

[0/2] MIPS: Fix build error for loongson64 and sgi-ip27

Message ID cover.1647671808.git.chenfeiyang@loongson.cn (mailing list archive)
Headers show
Series MIPS: Fix build error for loongson64 and sgi-ip27 | expand

Message

Feiyang Chen March 19, 2022, 7:11 a.m. UTC
Fix link errors after patch series "mm, memory_hotplug: handle
unitialized numa node gracefully".

Feiyang Chen (2):
  MIPS: loongson64: Fix build error when CONFIG_NUMA is set
  MIPS: sgi-ip27: Fix build error

 arch/mips/Kconfig                             |  4 ++++
 .../mips/include/asm/mach-loongson64/mmzone.h |  4 ++--
 .../include/asm/mach-loongson64/topology.h    |  8 +++----
 arch/mips/loongson64/numa.c                   | 22 +++++++++----------
 arch/mips/sgi-ip27/ip27-memory.c              | 10 +++++++++
 5 files changed, 31 insertions(+), 17 deletions(-)