aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBalbir Singh <bsingharora@gmail.com>2017-07-06 11:57:54 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-07-13 10:19:45 +1000
commitf845a648b8cb0435aa6323f58fac50792bbe1163 (patch)
treec29f6f2e83d8289b1784285bfeadb4f9763a70fa /doc
parentde360495f69a117cadcbffbb8ebe930014c75e2a (diff)
downloadskiboot-f845a648b8cb0435aa6323f58fac50792bbe1163.zip
skiboot-f845a648b8cb0435aa6323f58fac50792bbe1163.tar.gz
skiboot-f845a648b8cb0435aa6323f58fac50792bbe1163.tar.bz2
numa/associativity: Add a new level of NUMA for GPU's
Today we have an issue where the NUMA nodes corresponding to GPU's have the same affinity/distance as normal memory nodes. Our reference-points today supports two levels [0x4, 0x4] for normal systems and [0x4, 0x3] for Power8E systems. This patch adds a new level [0x4, X, 0x2] and uses node-id as at all levels for the GPU. Cc: Reza Arbab <arbab@linux.vnet.ibm.com> Cc: Alistair Popple <alistair@popple.id.au> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Balbir Singh <bsingharora@gmail.com> Reviewed-by: Alistair Popple <alistair@popple.id.au> Acked-by: Reza Arbab <arbab@linux.vnet.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/device-tree/ibm,opal.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/device-tree/ibm,opal.rst b/doc/device-tree/ibm,opal.rst
index 149050c..932f41d 100644
--- a/doc/device-tree/ibm,opal.rst
+++ b/doc/device-tree/ibm,opal.rst
@@ -25,7 +25,7 @@ Top level ibm,opal node
* ibm,opal-v2 is *NOT* present on POWER9 and above.
*/
- ibm,associativity-reference-points = <0x4 0x3>;
+ ibm,associativity-reference-points = <0x4 0x3, 0x2>;
ibm,heartbeat-ms = <0x7d0>;
/* how often any OPAL call needs to be made to avoid a watchdog timer on BMC