From 9c78876e9b69ff92d7cc099a0e93d2baf2cfb17a Mon Sep 17 00:00:00 2001 From: RGBCube Date: Thu, 5 Jun 2025 17:20:17 +0300 Subject: [PATCH] blog(why-cores): fix --- site/blog/why-cores.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/blog/why-cores.md b/site/blog/why-cores.md index 82894b9..52c2b17 100644 --- a/site/blog/why-cores.md +++ b/site/blog/why-cores.md @@ -227,8 +227,8 @@ Core 47 Notice something? I do: - `temp1_label` is `Package id 0` - what is that? -- Other core numbers make no sense. This device only has 32 cores, there - shouldn't be any gaps within numbers and the numbers shouldn't go that high. +- The core numbers make no sense. This device only has 32 cores, there shouldn't + be any gaps within numbers and the numbers shouldn't go that high. The explanation for the first point is simple, looking at the kernel [`coretemp.c`](https://github.com/torvalds/linux/blob/ec7714e4947909190ffb3041a03311a975350fe0/drivers/hwmon/coretemp.c#L348)