Re: [PATCH 00/02] kexec: Move segment code to assembly files

2006-12-05 Thread Magnus Damm
On 12/5/06, Vivek Goyal <[EMAIL PROTECTED]> wrote: On Tue, Dec 05, 2006 at 10:37:57PM +0900, Magnus Damm wrote: > kexec: Move segment code to assembly files > > The following patches rearrange the lowlevel kexec code to perform idt, > gdt and segment setup code in assembly on the code page instea

Re: [PATCH 00/02] kexec: Move segment code to assembly files

2006-12-05 Thread Vivek Goyal
On Tue, Dec 05, 2006 at 10:37:57PM +0900, Magnus Damm wrote: > kexec: Move segment code to assembly files > > The following patches rearrange the lowlevel kexec code to perform idt, > gdt and segment setup code in assembly on the code page instead of doing > it in inline assembly in the C files. >

[PATCH 00/02] kexec: Move segment code to assembly files

2006-12-05 Thread Magnus Damm
kexec: Move segment code to assembly files The following patches rearrange the lowlevel kexec code to perform idt, gdt and segment setup code in assembly on the code page instead of doing it in inline assembly in the C files. Our dom0 Xen port of kexec and kdump executes the code page from the