summaryrefslogtreecommitdiffstats
path: root/Documentation/releases
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-11-19 17:33:57 +0100
committerMichael Niewöhner <foss@mniewoehner.de>2020-11-19 17:13:22 +0000
commit27f606b721e1df59f4377485309d84263f4e48b2 (patch)
treefe20386ff48b7d53ece0ef7bf5634f365f2b513a /Documentation/releases
parent2421b8838190d01339e694c30bb88337b3dfe7a1 (diff)
downloadcoreboot-27f606b721e1df59f4377485309d84263f4e48b2.tar.gz
coreboot-27f606b721e1df59f4377485309d84263f4e48b2.tar.bz2
coreboot-27f606b721e1df59f4377485309d84263f4e48b2.zip
doc/relnotes/4.13: Remove duplicated `CPU`
Change-Id: Ib423a0d4341560301138e06b00a704c2baae4867 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/47767 Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-by: Christian Walter <christian.walter@9elements.com> Reviewed-by: Felix Singer <felixsinger@posteo.net> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'Documentation/releases')
-rw-r--r--Documentation/releases/coreboot-4.13-relnotes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/releases/coreboot-4.13-relnotes.md b/Documentation/releases/coreboot-4.13-relnotes.md
index 32116e68ef27..a366d35fa89c 100644
--- a/Documentation/releases/coreboot-4.13-relnotes.md
+++ b/Documentation/releases/coreboot-4.13-relnotes.md
@@ -62,7 +62,7 @@ the platforms. More details about the tools are added in
### New version of SMM loader
-A new version of the SMM loader which accommodates platforms with over 32 CPU
+A new version of the SMM loader which accommodates platforms with over 32
CPU threads. The existing version of SMM loader uses a 64K code/data
segment and only a limited number of CPU threads can fit into one segment
(because of save state, STM, other features, etc). This loader extends beyond