--- arch/ia64/mm/discontig.c Tue Feb 10 17:47:58 2004 +++ /hosts/bonnie/proj/patches/patch10046/isms/linux/linux/arch/ia64/mm/discontig.c Wed Feb 11 11:46:49 2004 @@ -297,7 +297,7 @@ for (i = 0; i < size - 1; i++) { k = i; - + for (j = k + 1; j < size; j++) { if (slit[j] < slit[k]) k = j; @@ -465,7 +465,7 @@ * 2 20 10 0 * * This routine assumes that the fallback_nodes[] array has been built - * and uses it to create the actual zone fallback list @pgdat. + * and uses it to create the actual zone fallback list @pgdat. */ void __init build_actual_zonelists(pg_data_t *pgdat) @@ -538,7 +538,7 @@ * * Called after build_zonelists. Finish the actual creation of each * pgdat's zonelist. - + * * Also scan the pgdats and assign each memory only node a controlling * node that has CPUs. The controlling node is responsible for flushing * stale buffer cache pages for each of its memory only nodes.