mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-17 11:57:55 +00:00
The numa_init_early initcall sets the node_to_cpumask_map[0] to the
full cpu_possible_mask. Unfortunately this early_initcall is too late,
the NUMA setup for numa=emu is done even earlier. The order of calls
is numa_setup() -> emu_update_cpu_topology(), then the early_initcalls(),
followed by sched_init_domains().
Starting with git commit
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| mode_emu.c | ||
| numa_mode.h | ||
| numa.c | ||
| toptree.c | ||
| toptree.h | ||