Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99797
b: refs/heads/master
c: 46f68e1
h: refs/heads/master
i:
  99795: dde8df2
v: v3
  • Loading branch information
Bernhard Walle authored and Ingo Molnar committed Jul 8, 2008
1 parent f2410cb commit eea7f35
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: 3fd052b1b46ac23a2316283a996fe6c32dbcf132
refs/heads/master: 46f68e1c6b04a04772e828ff3bcd07ed708805c2
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 @@ -243,7 +243,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 eea7f35

Please sign in to comment.