On Tue, 2010-04-13 at 14:16 +1000, Mark Nelson wrote:
> We need to keep track of the backing pages that get allocated by
> vmemmap_populate() so that when we use kdump, the dump-capture kernel knows
> where these pages are.
> 
> We use a linked list of structures that contain the physical address of the
> backing page and corresponding virtual address to track the backing pages.
> We can use an hlist to save space, because we never remove nodes.

What if we remove_memory() ? Or does that not do what I think it does?

cheers



Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev

Reply via email to