diff options
| author | Geoff Levand <[email protected]> | 2015-02-17 13:45:53 -0800 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2015-02-17 14:34:51 -0800 |
| commit | 518a0c716377e5f2c6d22957a5937ec5f328ead1 (patch) | |
| tree | cb885aaddb934579ba4f65029b8eb8aae8d94193 /scripts/objdiff | |
| parent | 9dc5c05f45ca8101025046cda7f8aca8835204f2 (diff) | |
kexec: simplify conditional
Simplify the code around one of the conditionals in the kexec_load syscall
routine.
The original code was confusing with a redundant check on KEXEC_ON_CRASH
and comments outside of the conditional block. This change switches the
order of the conditional check, and cleans up the comments for the
conditional. There is no functional change to the code.
Signed-off-by: Geoff Levand <[email protected]>
Acked-by: Vivek Goyal <[email protected]>
Cc: Arnd Bergmann <[email protected]>
Cc: Benjamin Herrenschmidt <[email protected]>
Cc: H. Peter Anvin <[email protected]>
Cc: Maximilian Attems <[email protected]>
Cc: Michal Marek <[email protected]>
Cc: Paul Bolle <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions