lkml.org 
[lkml]   [2002]   [Oct]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subjecttypo in 2.4.19 free_area_init_core()?
Date
From
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/
\
 
 \ /
  Last update: 2005-03-22 13:30    [W:0.042 / U:0.020 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site