forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-19 890e1df1bec891d9203724541e81f8fbe5183388
kernel/arch/s390/include/asm/numa.h
....@@ -13,24 +13,13 @@
1313 #ifdef CONFIG_NUMA
1414
1515 #include <linux/numa.h>
16
-#include <linux/cpumask.h>
1716
1817 void numa_setup(void);
19
-int numa_pfn_to_nid(unsigned long pfn);
20
-int __node_distance(int a, int b);
21
-void numa_update_cpu_topology(void);
22
-
23
-extern cpumask_t node_to_cpumask_map[MAX_NUMNODES];
24
-extern int numa_debug_enabled;
2518
2619 #else
2720
2821 static inline void numa_setup(void) { }
29
-static inline void numa_update_cpu_topology(void) { }
30
-static inline int numa_pfn_to_nid(unsigned long pfn)
31
-{
32
- return 0;
33
-}
3422
3523 #endif /* CONFIG_NUMA */
24
+
3625 #endif /* _ASM_S390_NUMA_H */