Geert Uytterhoeven 66a1c22b70 mm/slab: Fix undefined init_cache_node_node() for NUMA and !SMP
sh/migor_defconfig:

    mm/slab.c: In function ‘slab_memory_callback’:
    mm/slab.c:1127:23: error: implicit declaration of function ‘init_cache_node_node’; did you mean ‘drain_cache_node_node’? [-Werror=implicit-function-declaration]
     1127 |                 ret = init_cache_node_node(nid);
	  |                       ^~~~~~~~~~~~~~~~~~~~
	  |                       drain_cache_node_node

The #ifdef condition protecting the definition of init_cache_node_node()
no longer matches the conditions protecting the (multiple) users.

Fix this by syncing the conditions.

Fixes: 76af6a054da40553 ("mm/migrate: add CPU hotplug to demotion #ifdef")
Reported-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://lore.kernel.org/r/b5bdea22-ed2f-3187-6efe-0c72330270a4@infradead.org
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Cc: <stable@vger.kernel.org>
Signed-off-by: Vlastimil Babka <vbabka@suse.cz>
2023-03-22 12:11:43 +01:00
..
2022-12-14 12:20:00 -08:00
2022-12-14 12:20:00 -08:00
2022-12-21 14:31:52 -08:00
2022-12-17 14:06:53 -06:00
2022-12-15 11:12:21 -08:00
2022-09-26 19:46:16 -07:00
2022-12-17 14:06:53 -06:00
2022-11-27 23:38:02 +01:00
2022-12-17 14:06:53 -06:00
2022-12-13 19:29:45 -08:00
2022-10-03 14:03:04 -07:00
2022-12-11 18:12:08 -08:00
2022-12-13 19:29:45 -08:00
2022-10-03 14:02:43 -07:00
2022-12-13 19:29:45 -08:00
2022-09-26 19:46:09 -07:00
2022-12-17 14:06:53 -06:00
2022-09-26 19:46:26 -07:00
2022-12-13 19:29:45 -08:00
2022-12-14 12:20:00 -08:00
2022-12-13 19:29:45 -08:00
2022-12-17 14:06:53 -06:00
2022-12-17 14:06:53 -06:00
2022-12-11 18:12:10 -08:00
2022-12-11 18:12:10 -08:00
2022-12-11 18:12:10 -08:00