Re: [patch 5/7] Use extended crashkernel command line on ppc64

2007-09-26 Thread Bernhard Walle
Hi, * Andrew Morton <[EMAIL PROTECTED]> [2007-09-25 21:45]: > On Tue, 25 Sep 2007 20:23:02 +0200 Bernhard Walle <[EMAIL PROTECTED]> wrote: > > > This patch adapts the ppc64 code to use the generic parse_crashkernel() > > function introduced in the generic patch of that series. > > I really don't

Re: [patch 5/7] Use extended crashkernel command line on ppc64

2007-09-25 Thread Andrew Morton
On Tue, 25 Sep 2007 20:23:02 +0200 Bernhard Walle <[EMAIL PROTECTED]> wrote: > This patch adapts the ppc64 code to use the generic parse_crashkernel() > function introduced in the generic patch of that series. > > I really don't like to see patches get a wholesale replacement, especially when t