Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108467
b: refs/heads/master
c: 4cd69b9
h: refs/heads/master
i:
  108465: 599ab93
  108463: 380bbd2
v: v3
  • Loading branch information
Huang Ying authored and Linus Torvalds committed Aug 15, 2008
1 parent 64703bd commit 49977a6
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: ce289e89726948b50a58c9e8f4e81174a8c9c254
refs/heads/master: 4cd69b986ebf0f8da93f82ffbb89c032ee09c2e1
3 changes: 2 additions & 1 deletion trunk/kernel/kexec.c
Original file line number Diff line number Diff line change
Expand Up @@ -1503,7 +1503,8 @@ int kernel_kexec(void)
}

Unlock:
xchg(&kexec_lock, 0);
if (!xchg(&kexec_lock, 0))
BUG();

return error;
}

0 comments on commit 49977a6

Please sign in to comment.