Re: [patch 4/5] Use extended crashkernel command line on IA64

2007-09-09 Thread Bernhard Walle
* Matthew Wilcox <[EMAIL PROTECTED]> [2007-09-09 15:01]: > On Sun, Sep 09, 2007 at 10:39:18AM +0200, Bernhard Walle wrote: > > Because the total amount of System RAM must be known when calling this > > function, efi_memmap_init() is modified to return its comulated > > accumulated? Yes, sorry.

Re: [patch 4/5] Use extended crashkernel command line on IA64

2007-09-09 Thread Matthew Wilcox
On Sun, Sep 09, 2007 at 10:39:18AM +0200, Bernhard Walle wrote: > Because the total amount of System RAM must be known when calling this > function, efi_memmap_init() is modified to return its comulated accumulated? > total_memory variable in a pointer value. IMO that's better than making the >

[patch 4/5] Use extended crashkernel command line on IA64

2007-09-09 Thread Bernhard Walle
This patch adapts IA64 to use the generic parse_crashkernel() function instead of its own parsing for the crashkernel command line. Because the total amount of System RAM must be known when calling this function, efi_memmap_init() is modified to return its comulated total_memory variable in a poi