git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a3575f
)
x86_64: do not reserve ramdisk two times
author
Yinghai Lu
<yhlu.kernel@gmail.com>
Tue, 18 Mar 2008 19:51:22 +0000
(12:51 -0700)
committer
Ingo Molnar
<mingo@elte.hu>
Sat, 19 Apr 2008 17:19:54 +0000
(19:19 +0200)
ramdisk is reserved via reserve_early in x86_64_start_kernel,
later early_res_to_bootmem() will convert to reservation in bootmem.
so don't need to reserve that again.
Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
No differences found