On Sun, Oct 11, 2020 at 07:47:52AM +0800, Tiezhu Yang wrote: > (1) Replace nid_to_addroffset() with nid_to_addrbase() and then remove the > related useless code. > > (2) Since end_pfn = start_pfn + node_psize, use "node_psize" instead of > "end_pfn - start_pfn" to avoid the redundant calculation. > > (3) After commit 6fbde6b492df ("MIPS: Loongson64: Move files to the > top-level directory"), CONFIG_ZONE_DMA32 is always set for Loongson64 > due to MACH_LOONGSON64 selects ZONE_DMA32, so no need to use ifdef any > more, just remove it. > > Signed-off-by: Tiezhu Yang <yangtiezhu@xxxxxxxxxxx> > Reviewed-by: Jiaxun Yang <jiaxun.yang@xxxxxxxxxxx> > --- > > v2: no changes, just add Reviewed-by tag > > arch/mips/include/asm/mach-loongson64/mmzone.h | 6 +----- > arch/mips/loongson64/numa.c | 29 +++----------------------- > 2 files changed, 4 insertions(+), 31 deletions(-) applied to mips-next. Thomas. -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ]