Skip to content

Commit ba1e839

Browse files
committed
fix(doc): Avoid confusion of CPUID.(EAX=0xB,ECX=1) normalization
Admittedly CPUID.(EAX=0xB,ECX=1) is inserted if not present and is initialized with 0, but then similar normalization is applied as CPUID.(EAX=0xB,ECX=0). "filled with `0` is misleading. Fixes: 0aec0e4 ("doc: add doc page for cpuid normalization") Signed-off-by: Takahiro Itazuri <[email protected]>
1 parent f43f4dc commit ba1e839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cpu_templates/cpuid-normalization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ See also: [boot protocol settings](boot-protocol.md)
2121
| Enable TSC_DEADLINE | 0x1 | - | ECX | 24 |
2222
| Enable HYPERVISOR | 0x1 | - | ECX | 31 |
2323
| Set HTT value if the microVM's CPU count is greater than 1 | 0x1 | - | EDX | 28 |
24-
| Insert leaf 0xb, subleaf 0x1 filled with `0` if it is not already present | 0xb | 0x1 | all | all |
24+
| Insert leaf 0xb, subleaf 0x1 if not present | 0xb | 0x1 | all | all |
2525
| Update extended topology enumeration | 0xb | all | EAX | 4:0 |
2626
| Update extended topology enumeration | 0xb | all | EBX | 15:0 |
2727
| Update extended topology enumeration | 0xb | all | ECX | 15:8 |

0 commit comments

Comments
 (0)