Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 29828
b: refs/heads/master
c: 00212fe
h: refs/heads/master
v: v3
  • Loading branch information
Amul Shah authored and Linus Torvalds committed Jun 25, 2006
1 parent 78c4601 commit f7dd356
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: cc13ad6217018833e590a0e2ef5937aa16162d34
refs/heads/master: 00212fef814612245ed0261cbac8426d0c9a31a5
2 changes: 1 addition & 1 deletion trunk/arch/x86_64/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,7 @@ void __init setup_arch(char **cmdline_p)
#endif
#ifdef CONFIG_KEXEC
if (crashk_res.start != crashk_res.end) {
reserve_bootmem(crashk_res.start,
reserve_bootmem_generic(crashk_res.start,
crashk_res.end - crashk_res.start + 1);
}
#endif
Expand Down

0 comments on commit f7dd356

Please sign in to comment.