Re: [RFC][patch 0/2] mm: remove PageReserved

From: Rafael J. Wysocki
Date: Thu Aug 11 2005 - 05:31:19 EST


Hi,

On Wednesday, 10 of August 2005 23:56, Martin J. Bligh wrote:
> --On Wednesday, August 10, 2005 23:50:22 +0200 Pavel Machek <pavel@xxxxxxx> wrote:
>
> > Hi!
> >
> >> > Swsusp is the main "is valid ram" user I have in mind here. It
> >> > wants to know whether or not it should save and restore the
> >> > memory of a given `struct page`.
> >>
> >> Why can't it follow the rmap chain?
> >
> > It is walking physical memory, not memory managment chains. I need
> > something like:
>
> Can you not use page_is_ram(pfn) ?

IMHO it would be inefficient.

There obviously are some non-RAM pages that should not be saved and there are
some that are not worthy of saving, although they are RAM (eg because they never
change), but this is very archtecture-dependent. The arch code should mark them
as PageNosave for swsusp, and that's enough.

Greets,
Rafael


--
- Would you tell me, please, which way I ought to go from here?
- That depends a good deal on where you want to get to.
-- Lewis Carroll "Alice's Adventures in Wonderland"
-
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/