All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] - platform_kernel_launch_event is noop on generic kernel
@ 2007-02-28 19:45 ` John Keller
  0 siblings, 0 replies; 10+ messages in thread
From: John Keller @ 2007-02-28 19:45 UTC (permalink / raw)
  To: fastboot; +Cc: jlan, linux-ia64, linux-kernel, 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 <jpk@sgi.com>
---

Index: linux-2.6/include/asm-ia64/machvec.h
=================================--- linux-2.6.orig/include/asm-ia64/machvec.h	2007-02-28 08:39:45.764537727 -0600
+++ linux-2.6/include/asm-ia64/machvec.h	2007-02-28 08:40:01.254467899 -0600
@@ -168,6 +168,7 @@ extern void machvec_tlb_migrate_finish (
 #  define platform_setup_msi_irq	ia64_mv.setup_msi_irq
 #  define platform_teardown_msi_irq	ia64_mv.teardown_msi_irq
 #  define platform_pci_fixup_bus	ia64_mv.pci_fixup_bus
+#  define platform_kernel_launch_event	ia64_mv.kernel_launch_event
 # endif
 
 /* __attribute__((__aligned__(16))) is required to make size of the

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2007-03-06  2:41 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-28 19:45 [PATCH 1/1] - platform_kernel_launch_event is noop on generic kernel John Keller
2007-02-28 19:45 ` John Keller
2007-03-01  4:22 ` [Fastboot] " Horms
2007-03-01  4:22   ` Horms
2007-03-01 12:57   ` Bernhard Walle
2007-03-01 12:57     ` Bernhard Walle
2007-03-01 13:03     ` Bernhard Walle
2007-03-01 13:03       ` Bernhard Walle
2007-03-06  2:40       ` [Fastboot] [PATCH 1/1] - platform_kernel_launch_event is noop Jay Lan
2007-03-06  2:40         ` [Fastboot] [PATCH 1/1] - platform_kernel_launch_event is noop on generic kernel Jay Lan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.