Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

powerpc/doc: Fix htmldocs errors

Fix make htmldocs related errors with the newly added associativity.rst
doc file.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Tested-by: Stephen Rothwell <sfr@canb.auug.org.au> # build test
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20210825042447.106219-1-aneesh.kumar@linux.ibm.com

authored by

Aneesh Kumar K.V and committed by
Michael Ellerman
f50da6ed 627e66f2

+16 -14
+15 -14
Documentation/powerpc/associativity.rst
··· 1 1 ============================ 2 2 NUMA resource associativity 3 - ============================= 3 + ============================ 4 4 5 5 Associativity represents the groupings of the various platform resources into 6 6 domains of substantially similar mean performance relative to resources outside ··· 20 20 bit 2 of byte 5 in the "ibm,architecture-vec-5" property is used. 21 21 22 22 Form 0 23 - ----- 23 + ------ 24 24 Form 0 associativity supports only two NUMA distances (LOCAL and REMOTE). 25 25 26 26 Form 1 27 - ----- 27 + ------ 28 28 With Form 1 a combination of ibm,associativity-reference-points, and ibm,associativity 29 29 device tree properties are used to determine the NUMA distance between resource groups/domains. 30 30 ··· 78 78 79 79 For ex: 80 80 ibm,numa-lookup-index-table = <3 0 8 40>; 81 - ibm,numa-distace-table = <9>, /bits/ 8 < 10 20 80 82 - 20 10 160 83 - 80 160 10>; 84 - | 0 8 40 85 - --|------------ 86 - | 87 - 0 | 10 20 80 88 - | 89 - 8 | 20 10 160 90 - | 91 - 40| 80 160 10 81 + ibm,numa-distace-table = <9>, /bits/ 8 < 10 20 80 20 10 160 80 160 10>; 82 + 83 + :: 84 + 85 + | 0 8 40 86 + --|------------ 87 + | 88 + 0 | 10 20 80 89 + | 90 + 8 | 20 10 160 91 + | 92 + 40| 80 160 10 92 93 93 94 A possible "ibm,associativity" property for resources in node 0, 8 and 40 94 95
+1
Documentation/powerpc/index.rst
··· 7 7 .. toctree:: 8 8 :maxdepth: 1 9 9 10 + associativity 10 11 booting 11 12 bootwrapper 12 13 cpu_families