Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144736
b: refs/heads/master
c: 6407df5
h: refs/heads/master
v: v3
  • Loading branch information
Huang Ying authored and H. Peter Anvin committed May 8, 2009
1 parent 1b57bf3 commit 7e9b198
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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: 498343967613183611ac37dccb2846496d954c06
refs/heads/master: 6407df5ca54a511054200a1eb23f78f723ca1de4
4 changes: 2 additions & 2 deletions trunk/arch/x86/kernel/machine_kexec_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ void machine_kexec(struct kimage *image)
unsigned int preserve_context);

#ifdef CONFIG_KEXEC_JUMP
if (kexec_image->preserve_context)
if (image->preserve_context)
save_processor_state();
#endif

Expand Down Expand Up @@ -253,7 +253,7 @@ void machine_kexec(struct kimage *image)
image->preserve_context);

#ifdef CONFIG_KEXEC_JUMP
if (kexec_image->preserve_context)
if (image->preserve_context)
restore_processor_state();
#endif

Expand Down
4 changes: 2 additions & 2 deletions trunk/arch/x86/kernel/machine_kexec_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ void machine_kexec(struct kimage *image)
int save_ftrace_enabled;

#ifdef CONFIG_KEXEC_JUMP
if (kexec_image->preserve_context)
if (image->preserve_context)
save_processor_state();
#endif

Expand Down Expand Up @@ -333,7 +333,7 @@ void machine_kexec(struct kimage *image)
image->preserve_context);

#ifdef CONFIG_KEXEC_JUMP
if (kexec_image->preserve_context)
if (image->preserve_context)
restore_processor_state();
#endif

Expand Down

0 comments on commit 7e9b198

Please sign in to comment.