typo in 2.4.19 free_area_init_core()?

From: Chen, Kenneth W (kenneth.w.chen@intel.com)
Date: Sun Oct 27 2002 - 11:01:23 EST


Marcelo,

Is this a typo in function free_area_init_core()? The information on realsize is more interesting than the size variable.

--- mm/page_alloc.c~ Sun Oct 27 00:46:10 2002
+++ mm/page_alloc.c Sun Oct 27 00:46:35 2002
@@ -735,7 +735,7 @@
                 if (zholes_size)
                         realsize -= zholes_size[j];
 
- printk("zone(%lu): %lu pages.\n", j, size);
+ printk("zone(%lu): %lu pages.\n", j, realsize);
                 zone->size = size;
                 zone->name = zone_names[j];
                 zone->lock = SPIN_LOCK_UNLOCKED;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu Oct 31 2002 - 22:00:33 EST