Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108663
b: refs/heads/master
c: 6b35602
h: refs/heads/master
i:
  108661: a994295
  108659: 7132bc1
  108655: fbe3b2f
v: v3
  • Loading branch information
Marcin Slusarz authored and Ingo Molnar committed Aug 13, 2008
1 parent d15cf6f commit 975a838
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: c9d08f0860d47ed6a3fe91d0f19335086179be7b
refs/heads/master: 6b3560229d3b6be7443fa9f9c6502e660bcfef5f
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ static void __init reserve_early_setup_data(void)
* @size: Size of the crashkernel memory to reserve.
* Returns the base address on success, and -1ULL on failure.
*/
unsigned long long find_and_reserve_crashkernel(unsigned long long size)
unsigned long long __init find_and_reserve_crashkernel(unsigned long long size)
{
const unsigned long long alignment = 16<<20; /* 16M */
unsigned long long start = 0LL;
Expand Down

0 comments on commit 975a838

Please sign in to comment.