Re: [PATCH 2/3]i386: early init pgt for fix virtual addr in head.S

From: Yinghai Lu
Date: Fri Jun 01 2007 - 15:47:05 EST


On 6/1/07, Eric W. Biederman <ebiederm@xxxxxxxxxxxx> wrote:
"Yinghai Lu" <yhlu.kernel@xxxxxxxxx> writes:

> early init pgt for fix virtual addr in head.S, so can use set_fixmap
> before setup_arch.
> otherwise set_fixmap_nocache will not work for i386
>
> Signed-off-by: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx>
> Signed-off-by: Yinghai Lu <yhlu.kernel@xxxxxxxxx>

Hmm. I'm wondering how my signed off by got on this one.
Maybe I did this at some point.

In any case this patch looks wrong (unless I'm completely mistaken)
because it doesn't appear to handle PAE mode.

Which is why I initialized the early page table in C, in my
last round of patches on this subject.

If we don't know the page table format doing this kind of
thing is very difficult.

it is from post for your usb debug port patch. so you have updated one for i386?
and x86_64 is right?

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