Re: kill misleading comments in trampoline_*.S

2008-02-01 Thread Ingo Molnar
* Pavel Machek <[EMAIL PROTECTED]> wrote: > Both trampolines actually *do* set up stack. (Is the "we jump into > compressed/head.S" comment still true?) thanks, applied. (v2 of this patch) Ingo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a

Re: kill misleading comments in trampoline_*.S

2008-01-31 Thread Pavel Machek
On Thu 2008-01-31 17:02:29, Yinghai Lu wrote: > On Jan 31, 2008 4:54 PM, Pavel Machek <[EMAIL PROTECTED]> wrote: > > > > > > Both trampolines actually *do* set up stack. (Is the "we jump into > > compressed/head.S" comment still true?) > > > > Signed-off-by: Pavel Machek <[EMAIL PROTECTED]> > > > >

Re: kill misleading comments in trampoline_*.S

2008-01-31 Thread Yinghai Lu
On Jan 31, 2008 4:54 PM, Pavel Machek <[EMAIL PROTECTED]> wrote: > > > Both trampolines actually *do* set up stack. (Is the "we jump into > compressed/head.S" comment still true?) > > Signed-off-by: Pavel Machek <[EMAIL PROTECTED]> > > diff --git a/arch/x86/kernel/trampoline_32.S b/arch/x86/kernel/

kill misleading comments in trampoline_*.S

2008-01-31 Thread Pavel Machek
Both trampolines actually *do* set up stack. (Is the "we jump into compressed/head.S" comment still true?) Signed-off-by: Pavel Machek <[EMAIL PROTECTED]> diff --git a/arch/x86/kernel/trampoline_32.S b/arch/x86/kernel/trampoline_32.S index 9bcc1c6..5398547 100644 --- a/arch/x86/kernel/trampoli