diff options
Diffstat (limited to 'arch/ia64')
-rw-r--r-- | arch/ia64/include/asm/topology.h | 3 | ||||
-rw-r--r-- | arch/ia64/mm/hugetlbpage.c | 5 |
2 files changed, 2 insertions, 6 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 | ||
diff --git a/arch/ia64/mm/hugetlbpage.c b/arch/ia64/mm/hugetlbpage.c index 68232db98baa..76069c18ee42 100644 --- a/arch/ia64/mm/hugetlbpage.c +++ b/arch/ia64/mm/hugetlbpage.c | |||
@@ -114,11 +114,6 @@ int pud_huge(pud_t pud) | |||
114 | return 0; | 114 | return 0; |
115 | } | 115 | } |
116 | 116 | ||
117 | int pmd_huge_support(void) | ||
118 | { | ||
119 | return 0; | ||
120 | } | ||
121 | |||
122 | struct page * | 117 | struct page * |
123 | follow_huge_pmd(struct mm_struct *mm, unsigned long address, pmd_t *pmd, int write) | 118 | follow_huge_pmd(struct mm_struct *mm, unsigned long address, pmd_t *pmd, int write) |
124 | { | 119 | { |