|
@@ -38,7 +38,7 @@ extern void __cpuinit numa_add_cpu(int cpu);
|
|
extern void __cpuinit numa_remove_cpu(int cpu);
|
|
extern void __cpuinit numa_remove_cpu(int cpu);
|
|
|
|
|
|
#ifdef CONFIG_NUMA_EMU
|
|
#ifdef CONFIG_NUMA_EMU
|
|
-#define FAKE_NODE_MIN_SIZE ((u64)64 << 20)
|
|
|
|
|
|
+#define FAKE_NODE_MIN_SIZE ((u64)32 << 20)
|
|
#define FAKE_NODE_MIN_HASH_MASK (~(FAKE_NODE_MIN_SIZE - 1UL))
|
|
#define FAKE_NODE_MIN_HASH_MASK (~(FAKE_NODE_MIN_SIZE - 1UL))
|
|
#endif /* CONFIG_NUMA_EMU */
|
|
#endif /* CONFIG_NUMA_EMU */
|
|
#else
|
|
#else
|