Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326227
b: refs/heads/master
c: 36a45e7
h: refs/heads/master
i:
  326225: ccdd5e1
  326223: d1cff23
v: v3
  • Loading branch information
Wei Yongjun authored and Tony Luck committed Sep 10, 2012
1 parent c9dbf3e commit 0422c17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7cd10a60c3d0db95bc94073587725adc6c813cc3
refs/heads/master: 36a45e741783629e2c9039da51b95f637d56f875
3 changes: 2 additions & 1 deletion trunk/arch/ia64/kernel/machine_kexec.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,13 @@ static void ia64_machine_kexec(struct unw_frame_info *info, void *arg)
struct kimage *image = arg;
relocate_new_kernel_t rnk;
void *pal_addr = efi_get_pal_addr();
unsigned long code_addr = (unsigned long)page_address(image->control_code_page);
unsigned long code_addr;
int ii;
u64 fp, gp;
ia64_fptr_t *init_handler = (ia64_fptr_t *)ia64_os_init_on_kdump;

BUG_ON(!image);
code_addr = (unsigned long)page_address(image->control_code_page);
if (image->type == KEXEC_TYPE_CRASH) {
crash_save_this_cpu();
current->thread.ksp = (__u64)info->sw - 16;
Expand Down

0 comments on commit 0422c17

Please sign in to comment.