Re: [PATCH 1/5] freepgt: free_pgtables use vma list

From: David S. Miller
Date: Tue Mar 22 2005 - 14:32:44 EST


On Tue, 22 Mar 2005 11:21:25 -0800
"David S. Miller" <davem@xxxxxxxxxxxxx> wrote:

> I'm trying to analyze my traces some more.

I think I see what's going wrong. On the first
address space traversal (free_pgd_range()), we
clear out the pgd, even though there are still
more PMD's to process in that PGD.

So the future loops never do anything since the
PGD is cleared out already.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/