Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 20040
b: refs/heads/master
c: 4bb8089
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro committed Feb 8, 2006
1 parent 9e994da commit c39a528
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 53f087febfd12e74ba9f1082e71e9a45adc039ad
refs/heads/master: 4bb8089c86b95b4f6bbd839cb83ca4556b06a031
2 changes: 1 addition & 1 deletion trunk/kernel/sys.c
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ void kernel_kexec(void)
{
#ifdef CONFIG_KEXEC
struct kimage *image;
image = xchg(&kexec_image, 0);
image = xchg(&kexec_image, NULL);
if (!image) {
return;
}
Expand Down

0 comments on commit c39a528

Please sign in to comment.