aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/srat_64.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/mm/srat_64.c')
-rw-r--r--arch/x86/mm/srat_64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/mm/srat_64.c b/arch/x86/mm/srat_64.c
index 9be14171144b..5c0637e4c2f4 100644
--- a/arch/x86/mm/srat_64.c
+++ b/arch/x86/mm/srat_64.c
@@ -160,7 +160,7 @@ static inline int save_add_info(void) {return 0;}
160#endif 160#endif
161/* 161/*
162 * Update nodes_add and decide if to include add are in the zone. 162 * Update nodes_add and decide if to include add are in the zone.
163 * Both SPARSE and RESERVE need nodes_add infomation. 163 * Both SPARSE and RESERVE need nodes_add information.
164 * This code supports one contiguous hot add area per node. 164 * This code supports one contiguous hot add area per node.
165 */ 165 */
166static int reserve_hotadd(int node, unsigned long start, unsigned long end) 166static int reserve_hotadd(int node, unsigned long start, unsigned long end)