MIPS: SGI-IP27: replace MAX_COMPACT_NODE with MAX_NUMNODES
MAX_COMPACT_NODE is a leftover from the compact node implementation, which is removed now. Use MAX_NUMNODES instead. Signed-off-by: Thomas Bogendoerfer <tbogendoerfer@suse.de> Signed-off-by: Paul Burton <paulburton@kernel.org> Cc: Ralf Baechle <ralf@linux-mips.org> Cc: Paul Burton <paul.burton@mips.com> Cc: James Hogan <jhogan@kernel.org> Cc: linux-mips@vger.kernel.org Cc: linux-kernel@vger.kernel.org
This commit is contained in:

committed by
Paul Burton

parent
474435a058
commit
c80b48965a
@@ -42,7 +42,7 @@
|
||||
|
||||
#define CPU_NONE (cpuid_t)-1
|
||||
|
||||
static DECLARE_BITMAP(hub_init_mask, MAX_COMPACT_NODES);
|
||||
static DECLARE_BITMAP(hub_init_mask, MAX_NUMNODES);
|
||||
nasid_t master_nasid = INVALID_NASID;
|
||||
|
||||
struct cpuinfo_ip27 sn_cpu_info[NR_CPUS];
|
||||
|
Reference in New Issue
Block a user