fix unrecognized image links

This commit is contained in:
Dongliang Mu
2024-05-05 15:29:09 +08:00
parent 5c721a545e
commit 94f8c662c1
7 changed files with 4 additions and 4 deletions

View File

@@ -390,7 +390,7 @@ void __init setup_nr_cpu_ids(void)
Here `nr_cpu_ids` represents number of CPUs, `NR_CPUS` represents the maximum number of CPUs which we can set in configuration time:
![CONFIG_NR_CPUS](http://oi59.tinypic.com/28mh45h.jpg)
![CONFIG_NR_CPUS](images/CONFIG_NR_CPUS.png)
Actually we need to call this function, because `NR_CPUS` can be greater than actual amount of the CPUs in the your computer. Here we can see that we call `find_last_bit` function and pass two parameters to it: