diff options
Diffstat (limited to 'arch/ia64')
-rw-r--r-- | arch/ia64/include/asm/topology.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/ia64/include/asm/topology.h b/arch/ia64/include/asm/topology.h index 3202aa74e0d6..6437ca21f61b 100644 --- a/arch/ia64/include/asm/topology.h +++ b/arch/ia64/include/asm/topology.h | |||
@@ -21,7 +21,8 @@ | |||
21 | #define PENALTY_FOR_NODE_WITH_CPUS 255 | 21 | #define PENALTY_FOR_NODE_WITH_CPUS 255 |
22 | 22 | ||
23 | /* | 23 | /* |
24 | * Distance above which we begin to use zone reclaim | 24 | * Nodes within this distance are eligible for reclaim by zone_reclaim() when |
25 | * zone_reclaim_mode is enabled. | ||
25 | */ | 26 | */ |
26 | #define RECLAIM_DISTANCE 15 | 27 | #define RECLAIM_DISTANCE 15 |
27 | 28 | ||