Re: [PATCH] i386: handle an initrd in highmem (version 2)

2008-01-08 Thread Ingo Molnar
* H. Peter Anvin <[EMAIL PROTECTED]> wrote: > Fix crash on NUMA reported by Dhaval Giani (reported as being a kexec > issue.) here's the delta fix. Ingo Index: linux-x86.q/arch/x86/kernel/setup_32.c === --- linux-x86.q.or

Re: [PATCH] i386: handle an initrd in highmem (version 2)

2008-01-08 Thread Ingo Molnar
* H. Peter Anvin <[EMAIL PROTECTED]> wrote: > Fix crash on NUMA reported by Dhaval Giani (reported as being a kexec > issue.) thanks, applied. Ingo ___ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/

Re: [PATCH] i386: handle an initrd in highmem (version 2)

2008-01-07 Thread Dhaval Giani
On Mon, Jan 07, 2008 at 09:02:53PM -0800, H. Peter Anvin wrote: > The boot protocol has until now required that the initrd be located in > lowmem, which makes the lowmem/highmem boundary visible to the boot > loader. This was exported to the bootloader via a compile-time > field. Unfortunately, t

[PATCH] i386: handle an initrd in highmem (version 2)

2008-01-07 Thread H. Peter Anvin
The boot protocol has until now required that the initrd be located in lowmem, which makes the lowmem/highmem boundary visible to the boot loader. This was exported to the bootloader via a compile-time field. Unfortunately, the vmalloc= command-line option breaks this part of the protocol; instea