diff options
| -rw-r--r-- | include/asm-ia64/topology.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-ia64/topology.h b/include/asm-ia64/topology.h index 3ee19dfa46df..616b5ed2aa72 100644 --- a/include/asm-ia64/topology.h +++ b/include/asm-ia64/topology.h | |||
| @@ -23,6 +23,11 @@ | |||
| 23 | #define PENALTY_FOR_NODE_WITH_CPUS 255 | 23 | #define PENALTY_FOR_NODE_WITH_CPUS 255 |
| 24 | 24 | ||
| 25 | /* | 25 | /* |
| 26 | * Distance above which we begin to use zone reclaim | ||
| 27 | */ | ||
| 28 | #define RECLAIM_DISTANCE 15 | ||
| 29 | |||
| 30 | /* | ||
| 26 | * Returns the number of the node containing CPU 'cpu' | 31 | * Returns the number of the node containing CPU 'cpu' |
| 27 | */ | 32 | */ |
| 28 | #define cpu_to_node(cpu) (int)(cpu_to_node_map[cpu]) | 33 | #define cpu_to_node(cpu) (int)(cpu_to_node_map[cpu]) |
