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

docs: powerpc: add POWER9 and POWER10 to CPU families

Add POWER9 and POWER10 to CPU families and list Radix MMU.

Signed-off-by: Nicholas Miehlbradt <nicholas@linux.ibm.com>
Reviewed-by: Andrew Donnellan <ajd@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20220810040321.375396-1-nicholas@linux.ibm.com

authored by

Nicholas Miehlbradt and committed by
Michael Ellerman
addebe1c 7af82ff9

+13
+13
Documentation/powerpc/cpu_families.rst
··· 10 10 ------------------ 11 11 12 12 - Hash MMU (except 603 and e300) 13 + - Radix MMU (POWER9 and later) 13 14 - Software loaded TLB (603 and e300) 14 15 - Selectable Software loaded TLB in addition to hash MMU (755, 7450, e600) 15 16 - Mix of 32 & 64 bit:: ··· 101 100 v 102 101 +--------------+ 103 102 | POWER8 | 103 + +--------------+ 104 + | 105 + | 106 + v 107 + +--------------+ 108 + | POWER9 | 109 + +--------------+ 110 + | 111 + | 112 + v 113 + +--------------+ 114 + | POWER10 | 104 115 +--------------+ 105 116 106 117