This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / asm-alpha / topology.h
index eb740e2..271d21c 100644 (file)
@@ -39,6 +39,9 @@ static inline cpumask_t node_to_cpumask(int node)
        return node_cpu_mask;
 }
 
+/* Cross-node load balancing interval. */
+# define NODE_BALANCE_RATE 10
+
 #define pcibus_to_cpumask(bus) (cpu_online_map)
 
 #else /* CONFIG_NUMA */