x86, cacheinfo: Reorganize AMD L3 cache structure
[deliverable/linux.git] / mm / vmstat.c
index fc5aa183bc4574a1f52247590fc21e4b20efefa4..7f760cbc73f35a7b49944fe86f046e5269850b31 100644 (file)
@@ -763,7 +763,7 @@ static void zoneinfo_show_print(struct seq_file *m, pg_data_t *pgdat,
                   "\n  prev_priority:     %i"
                   "\n  start_pfn:         %lu"
                   "\n  inactive_ratio:    %u",
-                          zone_is_all_unreclaimable(zone),
+                  zone->all_unreclaimable,
                   zone->prev_priority,
                   zone->zone_start_pfn,
                   zone->inactive_ratio);
This page took 0.037743 seconds and 5 git commands to generate.