2/9
mm/damon/core: read the CPU number with preemption disabled
在 damon_report_page_fault 中禁用抢占读取 CPU 号并贯穿上报,避免 preemptible 下 smp_processor_id 警告,同时保证 CPU 与 per-CPU ring 选择一致。
在 damon_report_page_fault 中禁用抢占读取 CPU 号并贯穿上报,避免 preemptible 下 smp_processor_id 警告,同时保证 CPU 与 per-CPU ring 选择一致。