Re: [PATCH] fix x86-32 early fixmap initialization.

2007-12-04 Thread Ingo Molnar
* Yinghai Lu <[EMAIL PROTECTED]> wrote: > On Dec 1, 2007 5:34 PM, Eric W. Biederman <[EMAIL PROTECTED]> wrote: > > > > [EMAIL PROTECTED] writes: > > > > > hello, > > > > > > i've just noticed that the chunk in i386/kernel/head.S ended up in a > > > weird place, namely, it's not going to be execut

Re: [PATCH] fix x86-32 early fixmap initialization.

2007-12-01 Thread Eric W. Biederman
"Yinghai Lu" <[EMAIL PROTECTED]> writes: > On Dec 1, 2007 5:34 PM, Eric W. Biederman <[EMAIL PROTECTED]> wrote: >> >> [EMAIL PROTECTED] writes: >> >> > hello, >> > >> > i've just noticed that the chunk in i386/kernel/head.S ended up in a >> > weird place, namely, it's not going to be executed as i

Re: [PATCH] fix x86-32 early fixmap initialization.

2007-12-01 Thread Yinghai Lu
On Dec 1, 2007 5:34 PM, Eric W. Biederman <[EMAIL PROTECTED]> wrote: > > [EMAIL PROTECTED] writes: > > > hello, > > > > i've just noticed that the chunk in i386/kernel/head.S ended up in a > > weird place, namely, it's not going to be executed as it's just after > > a 'jmp 3f' and before startup_32

[PATCH] fix x86-32 early fixmap initialization.

2007-12-01 Thread Eric W. Biederman
[EMAIL PROTECTED] writes: > hello, > > i've just noticed that the chunk in i386/kernel/head.S ended up in a > weird place, namely, it's not going to be executed as it's just after > a 'jmp 3f' and before startup_32_smp, probably not what you intended. > on a sidenote, the whole thing can be done