This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / asm-generic / topology.h
index ec96e8b..8f84159 100644 (file)
@@ -45,4 +45,9 @@
 #define pcibus_to_cpumask(bus) (cpu_online_map)
 #endif
 
+/* Cross-node load balancing interval. */
+#ifndef NODE_BALANCE_RATE
+#define NODE_BALANCE_RATE 10
+#endif
+
 #endif /* _ASM_GENERIC_TOPOLOGY_H */