diff options
Diffstat (limited to 'arch/ia64/kernel/efi.c')
-rw-r--r-- | arch/ia64/kernel/efi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/kernel/efi.c b/arch/ia64/kernel/efi.c index 3f7ea13358e9..6216eba2e38f 100644 --- a/arch/ia64/kernel/efi.c +++ b/arch/ia64/kernel/efi.c | |||
@@ -1231,7 +1231,7 @@ kdump_find_rsvd_region (unsigned long size, | |||
1231 | 1231 | ||
1232 | #ifdef CONFIG_PROC_VMCORE | 1232 | #ifdef CONFIG_PROC_VMCORE |
1233 | /* locate the size find a the descriptor at a certain address */ | 1233 | /* locate the size find a the descriptor at a certain address */ |
1234 | unsigned long | 1234 | unsigned long __init |
1235 | vmcore_find_descriptor_size (unsigned long address) | 1235 | vmcore_find_descriptor_size (unsigned long address) |
1236 | { | 1236 | { |
1237 | void *efi_map_start, *efi_map_end, *p; | 1237 | void *efi_map_start, *efi_map_end, *p; |