All of lore.kernel.org
 help / color / mirror / Atom feed
* - ia64-platform_kernel_launch_event-is-noop-on-generic-kernel.patch removed from -mm tree
@ 2007-03-19 22:03 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2007-03-19 22:03 UTC (permalink / raw)
  To: jpk, bwalle, horms, jlan, tony.luck, mm-commits


The patch titled
     ia64: platform_kernel_launch_event is noop on generic kernel
has been removed from the -mm tree.  Its filename was
     ia64-platform_kernel_launch_event-is-noop-on-generic-kernel.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
Subject: ia64: platform_kernel_launch_event is noop on generic kernel
From: John Keller <jpk@sgi.com>

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.

[bwalle@suse.de: fix it]
Signed-off-by: John Keller <jpk@sgi.com>
Cc: Bernhard Walle <bwalle@suse.de>
Acked-by: Simon Horman <horms@verge.net.au>
Acked-by: Jay Lan <jlan@sgi.com>
Acked-by: "Luck, Tony" <tony.luck@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 include/asm-ia64/machvec.h |    2 ++
 1 file changed, 2 insertions(+)

diff -puN include/asm-ia64/machvec.h~ia64-platform_kernel_launch_event-is-noop-on-generic-kernel include/asm-ia64/machvec.h
--- a/include/asm-ia64/machvec.h~ia64-platform_kernel_launch_event-is-noop-on-generic-kernel
+++ a/include/asm-ia64/machvec.h
@@ -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
@@ -269,6 +270,7 @@ struct ia64_machine_vector {
 	platform_setup_msi_irq,			\
 	platform_teardown_msi_irq,		\
 	platform_pci_fixup_bus,			\
+	platform_kernel_launch_event            \
 }
 
 extern struct ia64_machine_vector ia64_mv;
_

Patches currently in -mm which might be from jpk@sgi.com are

origin.patch

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-03-19 22:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-19 22:03 - ia64-platform_kernel_launch_event-is-noop-on-generic-kernel.patch removed from -mm tree akpm

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.