public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [IA64] kexec/kdump: tidy up declaration of relocate_new_kernel_t
@ 2006-12-12  9:06 Horms
  0 siblings, 0 replies; only message in thread
From: Horms @ 2006-12-12  9:06 UTC (permalink / raw)
  To: linux-ia64

* Make NORET_TYPE and ATTRIB_NORET in line with the
  declaration for other architectures
* Add parameter names

Signed-Off-By: Simon Horman <horms@verge.net.au>

Index: kexec-ia64-2.6/arch/ia64/kernel/machine_kexec.c
=================================--- kexec-ia64-2.6.orig/arch/ia64/kernel/machine_kexec.c	2006-09-25 13:01:00.000000000 +0900
+++ kexec-ia64-2.6/arch/ia64/kernel/machine_kexec.c	2006-09-28 11:00:15.000000000 +0900
@@ -19,8 +19,11 @@
 #include <asm/delay.h>
 #include <asm/meminit.h>
 
-typedef void (*relocate_new_kernel_t)(unsigned long, unsigned long,
-		struct ia64_boot_param *, unsigned long);
+typedef NORET_TYPE void (*relocate_new_kernel_t)(
+					unsigned long indirection_page,
+					unsigned long start_address,
+					struct ia64_boot_param *boot_param,
+					unsigned long pal_addr) ATTRIB_NORET;
 
 struct kimage *ia64_kimage;
 

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

only message in thread, other threads:[~2006-12-12  9:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-12  9:06 [PATCH] [IA64] kexec/kdump: tidy up declaration of relocate_new_kernel_t Horms

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox