typo "common_cpu" in linux-initialization-4.md?
PinoTsao opened this issue · 0 comments
PinoTsao commented
When it describes the
#define raw_smp_processor_id() (this_cpu_read(cpu_number))
the words mix the common_cpu
and cpu_number
, not sure where common_cpu
come from, it is nowhere in current upstream code. And I guess all common_cpu
should be replaced with cpu_number