projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad1c3ba
)
[IA64] kexec/kdump: tidy up declaration of relocate_new_kernel_t
author
Horms
<
[email protected]
>
Tue, 12 Dec 2006 09:06:13 +0000
(18:06 +0900)
committer
Tony Luck
<
[email protected]
>
Tue, 12 Dec 2006 18:12:08 +0000
(10:12 -0800)
* Make NORET_TYPE and ATTRIB_NORET in line with the
declaration for other architectures
* Add parameter names
Signed-Off-By: Simon Horman <
[email protected]
>
Signed-off-by: Tony Luck <
[email protected]
>
arch/ia64/kernel/machine_kexec.c
patch
|
blob
|
history
diff --git
a/arch/ia64/kernel/machine_kexec.c
b/arch/ia64/kernel/machine_kexec.c
index 468233fa2ceede63938c5df28649dc4dd504fb3d..e2ccc9f660c5730e1bbe77adc4f0cccafadbfdb7 100644
(file)
--- a/
arch/ia64/kernel/machine_kexec.c
+++ b/
arch/ia64/kernel/machine_kexec.c
@@
-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;