Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5690
b: refs/heads/master
c: 0d317fb
h: refs/heads/master
v: v3
  • Loading branch information
Eric W. Biederman authored and Linus Torvalds committed Aug 6, 2005
1 parent fb7017a commit 45607cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 36cf446c2c4be6bae01517ea539dcebaf85c9fdf
refs/heads/master: 0d317fb72fe3cf0f611608cf3a3015bbe6cd2a66
6 changes: 3 additions & 3 deletions trunk/arch/x86_64/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -645,15 +645,15 @@ void __init setup_arch(char **cmdline_p)
}
}
#endif

sparse_init();

#ifdef CONFIG_KEXEC
if (crashk_res.start != crashk_res.end) {
reserve_bootmem(crashk_res.start,
crashk_res.end - crashk_res.start + 1);
}
#endif

sparse_init();

paging_init();

check_ioapic();
Expand Down

0 comments on commit 45607cd

Please sign in to comment.