Re: swsusp vs pgdir

From: Patrick Mochel
Date: Fri Jan 23 2004 - 11:06:39 EST



> > swapper_pgdir is left intact. This is the case ? (I also suppose you
> > mean the entire linear mapping, not just the kernel, is mapped with
> > 4M pages)
>
> Yes.

Not necessarily. Just kernel text and data. I don't have the code in front
of me ATM, but there are simple checks you can do to determine the
type/size of page.

We don't have to care about userspace, though, once all processes are
frozen, so we don't have to deal with the 4k pages.

And the thing is, the only reason we require PSE and 4 MB pages is because
it provides a 2-level page table instead of a 3-level, which by
definition is easier to manage. :)


Pat
-
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/