mirror of
https://github.com/torvalds/linux.git
synced 2024-12-11 05:33:09 +00:00
c1e150ceb6
When CONFIG_NUMA is not set, the build fails with:
arch/powerpc/platforms/pseries/hotplug-cpu.c:335:4:
error: déclaration implicite de la fonction « update_numa_cpu_lookup_table »
So we have to add update_numa_cpu_lookup_table() as an empty function
when CONFIG_NUMA is not set.
Fixes:
|
||
---|---|---|
.. | ||
asm | ||
uapi/asm |