From eb113c585abb711969ea8e3e3f7572f3fa052210 Mon Sep 17 00:00:00 2001 From: UtsavBalar1231 Date: Wed, 25 May 2022 09:52:19 +0530 Subject: [PATCH] Revert "FROMLIST: include/linux/nodemask.h: define next_memory_node() if !CONFIG_NUMA" This reverts commit 51cadd040b7764804ae3a5afd346c24c9e7e81fa. --- include/linux/nodemask.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/linux/nodemask.h b/include/linux/nodemask.h index eb8de9903c3c..326744b7d15e 100644 --- a/include/linux/nodemask.h +++ b/include/linux/nodemask.h @@ -484,7 +484,6 @@ static inline int num_node_state(enum node_states state) #define first_online_node 0 #define first_memory_node 0 #define next_online_node(nid) (MAX_NUMNODES) -#define next_memory_node(nid) (MAX_NUMNODES) #define nr_node_ids 1 #define nr_online_nodes 1