On Wed, 2005-10-05 at 15:46 +0100, Mel Gorman wrote:
>
> @@ -1483,8 +1540,10 @@ void show_free_areas(void)
>
> spin_lock_irqsave(&zone->lock, flags);
> for (order = 0; order < MAX_ORDER; order++) {
> - nr = zone->free_area[order].nr_free;
> - total += nr << order;
> + for (type=0; type < RCLM_TYPES; type++) {
> + nr = zone->free_area_lists[type][order].nr_free;
> + total += nr << order;
> + }
Can that use the new for_each_ macro?
-- Dave
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]