]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: SGI-IP27: get rid of compact node ids
authorThomas Bogendoerfer <tbogendoerfer@suse.de>
Thu, 3 Oct 2019 12:27:24 +0000 (14:27 +0200)
committerPaul Burton <paul.burton@mips.com>
Mon, 7 Oct 2019 16:37:59 +0000 (09:37 -0700)
commit8fcbdbf00b05e7fb5f4c280514b99814ce997411
treef797ee734d0eb2409905f5024f9a5d0ef75404d0
parent4f19b3dabf89a6aff875274b8e8fdc46a0ad9b6c
MIPS: SGI-IP27: get rid of compact node ids

Node ids don't need to be contiguous in Linux, so the concept to
use compact node ids to make them contiguous isn't needed at all.
This patchset therefore removes it.

Signed-off-by: Thomas Bogendoerfer <tbogendoerfer@suse.de>
Signed-off-by: Paul Burton <paul.burton@mips.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: James Hogan <jhogan@kernel.org>
Cc: linux-mips@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
20 files changed:
arch/mips/include/asm/mach-ip27/mmzone.h
arch/mips/include/asm/mach-ip27/topology.h
arch/mips/include/asm/sn/agent.h
arch/mips/include/asm/sn/arch.h
arch/mips/include/asm/sn/hub.h
arch/mips/include/asm/sn/mapped_kernel.h
arch/mips/include/asm/sn/sn_private.h
arch/mips/include/asm/sn/types.h
arch/mips/pci/pci-xtalk-bridge.c
arch/mips/sgi-ip27/ip27-hubio.c
arch/mips/sgi-ip27/ip27-init.c
arch/mips/sgi-ip27/ip27-irq.c
arch/mips/sgi-ip27/ip27-klconfig.c
arch/mips/sgi-ip27/ip27-klnuma.c
arch/mips/sgi-ip27/ip27-memory.c
arch/mips/sgi-ip27/ip27-nmi.c
arch/mips/sgi-ip27/ip27-reset.c
arch/mips/sgi-ip27/ip27-smp.c
arch/mips/sgi-ip27/ip27-timer.c
arch/mips/sgi-ip27/ip27-xtalk.c