Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99752
b: refs/heads/master
c: 12448e3
h: refs/heads/master
v: v3
  • Loading branch information
Bernhard Walle authored and Ingo Molnar committed Jul 8, 2008
1 parent f7e4bf0 commit 54f6963
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: 8b2ef1d7285740953a2c4ef7faf15fdfc5e2f358
refs/heads/master: 12448e3ef3ae7fca7a7ad205084f45a67dcc4356
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/setup_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ static void __init reserve_crashkernel(void)
return;
}

if (reserve_bootmem(crash_base, crash_size,
if (reserve_bootmem_generic(crash_base, crash_size,
BOOTMEM_EXCLUSIVE) < 0) {
printk(KERN_INFO "crashkernel reservation failed - "
"memory is in use\n");
Expand Down

0 comments on commit 54f6963

Please sign in to comment.