linux_dsm_epyc7002/arch/ia64/sn/kernel
Jack Steiner 24ee0a6d7b [IA64] Cleanup use of various #defines related to nodes
Some of the SN code & #defines related to compact nodes & IO discovery
have gotten stale over the years. This patch attempts to clean them up.
Some of the various SN MAX_xxx #defines were also unclear & misused.

The primary changes are:

	- use MAX_NUMNODES. This is the generic linux #define for the number
	  of nodes that are known to the generic kernel. Arrays & loops
	  for constructs that are 1:1 with linux-defined nodes should
	  use the linux #define - not an SN equivalent.

	- use MAX_COMPACT_NODES for MAX_NUMNODES + NUM_TIOS. This is the
	  number of nodes in the SSI system. Compact nodes are a hack to
	  get around the IA64 architectural limit of 256 nodes. Large SGI
	  systems have more than 256 nodes. When we upgrade to ACPI3.0,
	  I _hope_ that all nodes will be real nodes that are known to
	  the generic kernel. That will allow us to delete the notion
	  of "compact nodes".

	- add MAX_NUMALINK_NODES for the total number of nodes that
	  are in the numalink domain - all partitions.

	- simplified (understandable) scan_for_ionodes()

	- small amount of cleanup related to cnodes

Signed-off-by: Jack Steiner <steiner@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
2005-09-15 16:31:12 -07:00
..
sn2 [IA64] Cleanup use of various #defines related to nodes 2005-09-15 16:31:12 -07:00
bte_error.c [IA64-SGI] Shub2 BTE support - BTE recovery code 2005-04-25 13:19:52 -07:00
bte.c [IA64-SGI] fix bte_copy() calling smp_processor_id() while preemptible 2005-08-26 15:01:37 -07:00
huberror.c [IA64-SGI] - New SN hardware support - cpu_relax 2005-08-17 15:31:53 -07:00
idle.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
io_init.c [IA64] Cleanup use of various #defines related to nodes 2005-09-15 16:31:12 -07:00
iomv.c [IA64-SGI] altix: enable vgacon support 2005-06-28 09:23:04 -07:00
irq.c Merge linux-2.6 into linux-acpi-2.6 test 2005-09-03 02:44:09 -04:00
klconflib.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
machvec.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
Makefile [IA64-SGI] SGI Altix cross partition functionality [3/3] 2005-05-03 12:37:19 -07:00
mca.c [IA64] SAL to OS callbacks cannot call sleeping 2005-05-03 13:48:55 -07:00
setup.c [IA64] Cleanup use of various #defines related to nodes 2005-09-15 16:31:12 -07:00
tiocx.c [IA64] Cleanup use of various #defines related to nodes 2005-09-15 16:31:12 -07:00
xp_main.c [IA64-SGI] SGI Altix cross partition functionality (2nd 2005-05-03 12:16:52 -07:00
xp_nofault.S [IA64-SGI] SGI Altix cross partition functionality (2nd 2005-05-03 12:16:52 -07:00
xpc_channel.c [IA64] fix call of smp_processor_id() by XPC while 2005-07-13 11:52:45 -07:00
xpc_main.c [IA64] ensure XPC and XPNET are loaded on sn2 platforms only 2005-09-08 13:53:09 -07:00
xpc_partition.c [IA64] Cleanup use of various #defines related to nodes 2005-09-15 16:31:12 -07:00
xpc.h [PATCH] gcc4 compile fix for recent ia64 xpc changes 2005-06-25 16:24:25 -07:00
xpnet.c [PATCH] more SPIN_LOCK_UNLOCKED -> DEFINE_SPINLOCK conversions 2005-09-09 14:03:48 -07:00