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

2007-06-01 Thread Yinghai Lu
your 4/30 patch set, 4/5/6 is in mainline already. YH - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

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

2007-06-01 Thread Yinghai Lu
On 6/1/07, Eric W. Biederman <[EMAIL PROTECTED]> wrote: Yes. I posted it to lkml, and the virtualization list, on the 30th of April. I thought you had seen that. 4/30?, switch time! No computer yet. I follow your post last year, and made it to adaptive to relocatable kernel. for x86_64 head

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

2007-06-01 Thread Eric W. Biederman
"Yinghai Lu" <[EMAIL PROTECTED]> writes: > On 6/1/07, Eric W. Biederman <[EMAIL PROTECTED]> wrote: >> "Yinghai Lu" <[EMAIL PROTECTED]> 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 i3

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

2007-06-01 Thread Yinghai Lu
On 6/1/07, Eric W. Biederman <[EMAIL PROTECTED]> wrote: "Yinghai Lu" <[EMAIL PROTECTED]> 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" <[EMAIL PROTEC

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

2007-06-01 Thread Eric W. Biederman
"Yinghai Lu" <[EMAIL PROTECTED]> 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" <[EMAIL PROTECTED]> > Signed-off-by: Yinghai Lu <[EMAIL PROTECTED]> Hmm

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

2007-05-20 Thread Yinghai Lu
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" <[EMAIL PROTECTED]> Signed-off-by: Yinghai Lu <[EMAIL PROTECTED]> diff --git a/arch/i386/kernel/head.S b/arch/i386/kernel/