mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 08:31:55 +00:00
24ee0a6d7b
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> |
||
---|---|---|
.. | ||
sn2 | ||
addrs.h | ||
arch.h | ||
bte.h | ||
clksupport.h | ||
geo.h | ||
intr.h | ||
io.h | ||
klconfig.h | ||
l1.h | ||
leds.h | ||
module.h | ||
mspec.h | ||
nodepda.h | ||
pcibr_provider.h | ||
pcibus_provider_defs.h | ||
pcidev.h | ||
pda.h | ||
pic.h | ||
rw_mmr.h | ||
shub_mmr.h | ||
shubio.h | ||
simulator.h | ||
sn_cpuid.h | ||
sn_feature_sets.h | ||
sn_sal.h | ||
tioca_provider.h | ||
tioca.h | ||
tioce_provider.h | ||
tioce.h | ||
tiocp.h | ||
tiocx.h | ||
types.h | ||
xp.h |