aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ia64')
-rw-r--r--arch/ia64/kernel/machine_kexec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/kernel/machine_kexec.c b/arch/ia64/kernel/machine_kexec.c
index 714179587a7a..655195d483df 100644
--- a/arch/ia64/kernel/machine_kexec.c
+++ b/arch/ia64/kernel/machine_kexec.c
@@ -14,6 +14,7 @@
14#include <linux/kexec.h> 14#include <linux/kexec.h>
15#include <linux/cpu.h> 15#include <linux/cpu.h>
16#include <linux/irq.h> 16#include <linux/irq.h>
17#include <linux/efi.h>
17#include <asm/mmu_context.h> 18#include <asm/mmu_context.h>
18#include <asm/setup.h> 19#include <asm/setup.h>
19#include <asm/delay.h> 20#include <asm/delay.h>
@@ -85,7 +86,6 @@ void machine_shutdown(void)
85 * Do not allocate memory (or fail in any way) in machine_kexec(). 86 * Do not allocate memory (or fail in any way) in machine_kexec().
86 * We are past the point of no return, committed to rebooting now. 87 * We are past the point of no return, committed to rebooting now.
87 */ 88 */
88extern void *efi_get_pal_addr(void);
89static void ia64_machine_kexec(struct unw_frame_info *info, void *arg) 89static void ia64_machine_kexec(struct unw_frame_info *info, void *arg)
90{ 90{
91 struct kimage *image = arg; 91 struct kimage *image = arg;