Re: [Fastboot] [PATCH 1/1] - platform_kernel_launch_event is noop on generic kernel

2007-03-05 Thread Jay Lan
Bernhard Walle wrote: > * Bernhard Walle <[EMAIL PROTECTED]> [2007-03-01 13:57]: >> * Horms <[EMAIL PROTECTED]> [2007-03-01 05:22]: >>> On Wed, Feb 28, 2007 at 01:45:17PM -0600, John Keller wrote: Add a missing #define for the platform_kernel_launch_event. Without this fix, a call to plat

Re: [Fastboot] [PATCH 1/1] - platform_kernel_launch_event is noop on generic kernel

2007-03-01 Thread Bernhard Walle
* Bernhard Walle <[EMAIL PROTECTED]> [2007-03-01 13:57]: > * Horms <[EMAIL PROTECTED]> [2007-03-01 05:22]: > > On Wed, Feb 28, 2007 at 01:45:17PM -0600, John Keller wrote: > > > Add a missing #define for the platform_kernel_launch_event. > > > Without this fix, a call to platform_kernel_launch_even

Re: [Fastboot] [PATCH 1/1] - platform_kernel_launch_event is noop on generic kernel

2007-03-01 Thread Bernhard Walle
* Horms <[EMAIL PROTECTED]> [2007-03-01 05:22]: > On Wed, Feb 28, 2007 at 01:45:17PM -0600, John Keller wrote: > > Add a missing #define for the platform_kernel_launch_event. > > Without this fix, a call to platform_kernel_launch_event() > > becomes a noop on generic kernels. SN systems require thi

Re: [Fastboot] [PATCH 1/1] - platform_kernel_launch_event is noop on generic kernel

2007-02-28 Thread Horms
On Wed, Feb 28, 2007 at 01:45:17PM -0600, John Keller wrote: > Add a missing #define for the platform_kernel_launch_event. > Without this fix, a call to platform_kernel_launch_event() > becomes a noop on generic kernels. SN systems require this > fix to successfully kdump/kexec from certain hardwar

[PATCH 1/1] - platform_kernel_launch_event is noop on generic kernel

2007-02-28 Thread John Keller
Add a missing #define for the platform_kernel_launch_event. Without this fix, a call to platform_kernel_launch_event() becomes a noop on generic kernels. SN systems require this fix to successfully kdump/kexec from certain hardware errors. Signed-off-by: John Keller <[EMAIL PROTECTED]> --- Index: